ReceiveHIDInputReport()
Syntax
Result = ReceiveHIDInputReport(#HID, *Buffer, Size)Description
Receive an input report from the HID device. Input reports are used for device-to-host communication and include the report ID.
Parameters
#HID The HID device to receive from. *Buffer The buffer to store the received report. Size The size of the buffer.
Return value
Returns the number of bytes received, or zero if there was an error.
See Also
SendHIDOutputReport(), ReadHIDData()
Supported OS
All