CVBpy 14.0
DeviceControlOperation Class Reference

Operation on driver specific parameter. More...

Inherits object.

Static Public Attributes

int Get = 0
 Get information from the device.
 
int GetMaxiumum = 805306368
 Get the maximal supported value for the parameter.
 
int GetMinimum = 536870912
 Get the minimal supported value for the parameter.
 
int Set = 268435456
 Set information in the device.
 
int Verify = 1073741824
 Verify the given value for the parameter.
 

Detailed Description

Operation on driver specific parameter.