HidStreamGetFeature Method (Byte, Int32, Int32)

HIDSharp
Sends a Get Feature setup request.

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

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

Parameters

buffer
Type: SystemByte
The buffer to fill. Place the Report ID in the byte at index offset.
offset
Type: SystemInt32
The index in the buffer to begin filling with data.
count
Type: SystemInt32
The number of bytes in the feature request.
See Also

Reference