IDeviceControl Interface

CVB.Net Documentation
Driver specific get or set operations on a Device.

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

public interface IDeviceControl : IDeviceInterface

The IDeviceControl type exposes the following members.

Properties

  NameDescription
Public propertyParent
The Device this interface works on.
(Inherited from IDeviceInterface.)
Top
Methods

  NameDescription
Public methodSendCommand(DeviceControlCommand, String, String)
Sends the given commandvalue to the driver.
Public methodSendCommand(DeviceControlCommand, IntPtr, Int32, IntPtr, Int32)
Sends the given command buffer.
Public methodSendCommand(DeviceControlCommand, IntPtr, Int64, IntPtr, Int64)
Sends the given command buffer.
Public methodSendCommandTin, Tout(DeviceControlCommand, Tin, Tout)
Sends the given commandvalue to the driver.
Top
See Also

Reference