DeviceControlCommand  Conversion (DeviceControlCommand to Int32)

CVB.Net Documentation
Implicit conversion to an integer.

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

public static implicit operator int (
	DeviceControlCommand cmd
)

Parameters

cmd
Type: Stemmer.Cvb.DriverDeviceControlCommand
DeviceControlCommand to be converted.

Return Value

Type: Int32
Integer representation of the input cmd.
See Also

Reference