CVBpy 15.1
Loading...
Searching...
No Matches
DeviceControlCommand Class Reference

A specific command to send to the driver. More...

Public Member Functions

None DeviceControlCommand (self, int parameter, int operation)
 Creates a command from the given operation and command parameter.
 

Properties

 operation = property
 int: Gets or sets the operation part of the command.
 
 parameter = property
 int: Gets or sets the parameter part of the command.
 

Detailed Description

A specific command to send to the driver.

Constructor & Destructor Documentation

◆ DeviceControlCommand()

None DeviceControlCommand ( self,
int parameter,
int operation )

Creates a command from the given operation and command parameter.

Parameters

parameter : int Driver specific command parameter.

operation : int Operation to perform on parameter (see cvb.DeviceControlOperation).