HidStream PropertiesHIDSharp

The HidStream type exposes the following members.

Properties

  NameDescription
Public propertyDevice
Gets the HidDevice associated with this stream.
Public propertyReadTimeout
The maximum amount of time, in milliseconds, to wait for the device to send some data. The default is 3000 milliseconds. To disable the timeout, set this to Infinite.
(Inherited from DeviceStream.)
Public propertyTag
An object storing user-defined data about the stream.
(Inherited from DeviceStream.)
Public propertyWriteTimeout
The maximum amount of time, in milliseconds, to wait for the device to receive the data. The default is 3000 milliseconds. To disable the timeout, set this to Infinite.
(Inherited from DeviceStream.)
Top
See Also

Reference