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. | |
A specific command to send to the driver.
| None DeviceControlCommand | ( | self, | |
| int | parameter, | ||
| int | operation ) |
Creates a command from the given operation and command parameter.
parameter : int Driver specific command parameter.
operation : int Operation to perform on parameter (see cvb.DeviceControlOperation).