WriteHIDData()

Syntax

Result = WriteHIDData(#HID, *Buffer, Size)
Description
Write data to the specified HID device.

Parameters

#HID The HID device to write to.
*Buffer The buffer containing the data to write.
Size The number of bytes to write.

Return value

Returns the number of bytes actually written, or zero if there was an error.

See Also

ReadHIDData(), SendHIDOutputReport()

Supported OS

All

<- SendHIDOutputReport() - HID Index