Inheritance Hierarchy
SystemMarshalByRefObject
System.IOStream
HidSharpDeviceStream
HidSharp.ExperimentalBleStream
Namespace: HidSharp.Experimental
Assembly: HidSharp (in HidSharp.dll) Version: 2.6.3
Syntax
The BleStream type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Device |
Gets the BleDevice associated with this stream.
|
![]() | ReadTimeout |
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.) |
![]() | RequestFlags | |
![]() | Service |
Gets the BleService associated with this stream.
|
![]() | Tag |
An object storing user-defined data about the stream.
(Inherited from DeviceStream.) |
![]() | WriteTimeout |
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.) |
Methods
Events
Name | Description | |
---|---|---|
![]() | Closed |
Occurs when the stream is closed.
(Inherited from DeviceStream.) |
![]() | InterruptRequested |
Occurs when Interruptible is true and another process or thread with higher priority
would like to open the stream.
(Inherited from DeviceStream.) |
See Also