DeviceControlCommand Structure

CVB.Net Documentation
A specific command to send to the driver.

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

public struct DeviceControlCommand

The DeviceControlCommand type exposes the following members.

Constructors

  NameDescription
Public methodDeviceControlCommand
Creates a command from the given operation and command parameter.
Top
Properties

  NameDescription
Public propertyOperation
Gets or sets the operation part of the command.
Public propertyParameter
Gets or sets the parameter part of the command.
Top
Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Operators

  NameDescription
Public operatorStatic member(DeviceControlCommand to Int32)
Implicit conversion to an integer.
Top
See Also

Reference