Sends a Set Feature setup request.
Namespace: HidSharp
Assembly: HidSharp (in HidSharp.dll) Version: 2.0.0
Syntax
Parameters
- buffer
- Type: SystemByte
The buffer of data to send. Place the Report ID in the byte at index offset. - offset
- Type: SystemInt32
The index in the buffer to start the write from. - count
- Type: SystemInt32
The number of bytes in the feature request.
See Also