HidStreamSetFeature Method (Byte, Int32, Int32)HIDSharp
Sends a Set Feature setup request.

Namespace: HidSharp
Assembly: HidSharp (in HidSharp.dll) Version: 2.0.0
Syntax

public abstract void SetFeature(
	byte[] buffer,
	int offset,
	int count
)

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

Reference