2.2.4.46 USB_DEVICE_CLIENT_STATUS Enumeration
C
typedef enum { USB_DEVICE_CLIENT_STATUS_CLOSED, USB_DEVICE_CLIENT_STATUS_READY } USB_DEVICE_CLIENT_STATUS;
Summary
USB Device Layer Client Status
This enumeration defines the possible status of the USB Device Layer Client. It is returned by the USB_DEVICE_ClientStatusGet function.
Members
Members | Description |
USB_DEVICE_CLIENT_STATUS_CLOSED | Client is closed or the specified handle is invalid |
USB_DEVICE_CLIENT_STATUS_READY | Client is ready |
Remarks
None.