HidStreamWrite Method

HIDSharp
Writes an HID Output Report to the device.

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

public void Write(
	byte[] buffer
)

Parameters

buffer
Type: SystemByte
The buffer containing the report. Place the Report ID in the first byte.
See Also

Reference