DeviceStream PropertiesHIDSharp

The DeviceStream type exposes the following members.

Properties

  NameDescription
Public propertyDevice
Gets the Device 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.
(Overrides StreamReadTimeout.)
Public propertyTag
An object storing user-defined data about the stream.
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.
(Overrides StreamWriteTimeout.)
Top
See Also

Reference