IDeviceControlSendCommandTin, Tout Method (DeviceControlCommand, Tin, Tout)

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<Tin, Tout>(
	DeviceControlCommand command,
	Tin value,
	out Tout result
)
where Tin : struct, new()
where Tout : struct, new()

Parameters

command
Type: Stemmer.Cvb.DriverDeviceControlCommand
Command to execute.
value
Type: Tin
Value to send.
result
Type: Tout
Command answer.

Type Parameters

Tin
Value type (non-reference type).
Tout
Value type (non-reference type).
See Also

Reference