USB Library
USBHostHIDDeviceStatus Function
Syntax
uint8_t USBHostHIDDeviceStatus(
    uint8_t deviceAddress
);
Description

This function determines the status of a HID device.

Preconditions

None

Return Values
Return Values 
Description 
USB_HID_DEVICE_NOT_FOUND 
Illegal device address, or the device is not an HID 
USB_HID_INITIALIZING 
HID is attached and in the process of initializing 
USB_PROCESSING_REPORT_DESCRIPTOR 
HID device is detected and report descriptor is being parsed 
USB_HID_NORMAL_RUNNING 
HID Device is running normal, ready to send and receive reports 
USB_HID_DEVICE_HOLDING 
Driver has encountered error and could not recover 
USB_HID_DEVICE_DETACHED 
HID detached. 
Remarks

None

MLA - USB Library Help Version : 2.16
http://www.microchip.com/mla