DeviceControlOperation Enumeration

CVB.Net Documentation
Operation on driver specific parameter.

Namespace:  Stemmer.Cvb.Driver
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public enum DeviceControlOperation
Members

  Member nameValueDescription
Get0 Get information from the device.
Set268435456 Set information in the device.
GetMinimum536870912 Gets the minimal supported value for the parameter.
GetMaximum805306368 Gets the maximal supported value for the parameter.
Verify1073741824 Verify the given value for the parameter.
See Also

Reference