DeviceControlCommand Constructor

CVB.Net Documentation
Creates a command from the given operation and command parameter.

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

public DeviceControlCommand(
	DeviceControlOperation operation,
	int parameter
)

Parameters

operation
Type: Stemmer.Cvb.DriverDeviceControlOperation
Operation to perform on parameter.
parameter
Type: SystemInt32
Driver specific command parameter.
See Also

Reference