HidStream Methods | HIDSharp |
The HidStream type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | BeginRead | (Overrides ![]() |
![]() | BeginWrite | (Overrides ![]() |
![]() | EndRead | Waits for the pending asynchronous read to complete. (Overrides ![]() |
![]() | EndWrite | Ends an asynchronous write operation. (Overrides ![]() |
![]() | GetFeature( Byte ) |
Sends a Get Feature setup request.
|
![]() | GetFeature( Byte , Int32, Int32) |
Sends a Get Feature setup request.
|
![]() | Read |
Reads HID Input Reports.
|
![]() | Read( Byte ) |
Reads HID Input Reports.
|
![]() | SetFeature( Byte ) |
Sends a Set Feature setup request.
|
![]() | SetFeature( Byte , Int32, Int32) |
Sends a Set Feature setup request.
|
![]() | Write |
Writes an HID Output Report to the device.
|
See Also