MBCommCState


C Specification

#include <nitro/mb.h>

typedef enum
{
    MB_COMM_CSTATE_NONE, 
    MB_COMM_CSTATE_INIT_COMPLETE,
    MB_COMM_CSTATE_END_COMPLETE,
    MB_COMM_CSTATE_CONNECT, 
    MB_COMM_CSTATE_REQ_ENABLE, 
    MB_COMM_CSTATE_DLINFO_ACCEPTED,
    MB_COMM_CSTATE_RECV_PROCEED, 
    MB_COMM_CSTATE_RECV_COMPLETE, 
    MB_COMM_CSTATE_BOOT_READY, 
    MB_COMM_CSTATE_CANCELLED
} MBCommCState;
    

Description

Indicates the enumerator constant showing the state of the multi-boot child.

Constants

The meaning of each enumerator constant is as follows:

See Also

MB_CommSetChildStateCallback, MB_CommGetChildState

Revision History

08/09/2004 Initial version