CVBpy 14.0
DeviceControlCommand Class Reference

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

Inherits object.

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.

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).