SendHIDFeatureReport()
Syntax
Result = SendHIDFeatureReport(#HID, *Buffer, Size)Description
Send a feature report to the HID device. Feature reports are used for bidirectional configuration and status information.
Parameters
#HID The HID device to send to. *Buffer The buffer containing the report to send. Size The size of the report.
Return value
Returns the number of bytes sent, or zero if there was an error.
See Also
ReceiveHIDFeatureReport()
Supported OS
All