HidStream GetFeature Method ( Byte ) | HIDSharp |
Sends a Get Feature setup request.
Namespace: HidSharpAssembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)
Syntax
public void GetFeature( byte[] buffer )
public void GetFeature( byte[] buffer )
Public Sub GetFeature ( _ buffer As Byte() _ )
Public Sub GetFeature ( _ buffer As Byte() _ )
public: void GetFeature( array<unsigned char>^ buffer )
public: void GetFeature( array<unsigned char>^ buffer )
member GetFeature : buffer : byte[] -> unit
member GetFeature : buffer : byte[] -> unit
Parameters
- buffer
- Type:
System Byte
The buffer to fill. Place the Report ID in the first byte.
See Also