1.3.5.6.18 BMNG_FUP_NODE_STATE Enum
C
typedef enum {
BMNG_FUP_NODE_STATE_IDLE = 0,
BMNG_FUP_NODE_STATE_RECEIVING = 1,
BMNG_FUP_NODE_STATE_COMPLETE = 2,
BMNG_FUP_NODE_STATE_COUNTDOWN = 3,
BMNG_FUP_NODE_STATE_UPGRADE = 4,
BMNG_FUP_NODE_STATE_EXCEPTION = 5, /* Only 1.4 */
BMNG_FUP_NODE_STATE_UNKNOWN = 0x7F
} BMNG_FUP_NODE_STATE;
Summary
Defines the node states for Firmware Upgrade Protocol.
Description
This enumeration defines the node states for Firmware Upgrade Protocol.
Remarks
None.