1.2.5.6 ADP_STATUS Enum
C
typedef enum
{
    ADP_STATUS_UNINITIALIZED = SYS_STATUS_UNINITIALIZED,
    ADP_STATUS_BUSY = SYS_STATUS_BUSY,
    ADP_STATUS_READY = SYS_STATUS_READY,
    ADP_STATUS_LBP_CONNECTED = SYS_STATUS_READY_EXTENDED + 1,
    ADP_STATUS_ERROR = SYS_STATUS_ERROR,
} ADP_STATUS;Summary
Identifies the current status/state of the ADP.
Description
This enumeration identifies the current status/state of the ADP. It contains a subset of the SYS_STATUS possible values.
Remarks
None.
