ReceiveHIDFeatureReport()

Syntax

Result = ReceiveHIDFeatureReport(#HID, *Buffer, Size)
Description
Receive a feature report from the HID device. Feature reports are used for bidirectional configuration and status information.

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

SendHIDFeatureReport()

Supported OS

All

<- ReadHIDData() - HID Index - ReceiveHIDInputReport() ->