CVBpy 14.1
DeviceControlCommand Class Reference

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

Inherits object.

Public Member Functions

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

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