HidStream Write Method | HIDSharp |
Writes an HID Output Report to the device.
Namespace: HidSharpAssembly: HidSharp (in HidSharp.dll) Version: 1.5.0.0 (1.5.0.0)
Syntax
public void Write( byte[] buffer )
public void Write( byte[] buffer )
Public Sub Write ( _ buffer As Byte() _ )
Public Sub Write ( _ buffer As Byte() _ )
public: void Write( array<unsigned char>^ buffer )
public: void Write( array<unsigned char>^ buffer )
member Write : buffer : byte[] -> unit
member Write : buffer : byte[] -> unit
Parameters
- buffer
- Type:
System Byte
The buffer containing the report. Place the Report ID in the first byte.
See Also