IDeviceControlSendCommand Method (DeviceControlCommand, String, String)

CVB.Net Documentation
Sends the given commandvalue to the driver.

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

void SendCommand(
	DeviceControlCommand command,
	string value,
	out string result
)

Parameters

command
Type: Stemmer.Cvb.DriverDeviceControlCommand
Command to execute.
value
Type: SystemString
Value to send.
result
Type: SystemString
Command answer string.
See Also

Reference