MBCommPState


C Specification

#include <nitro/mb.h>

typedef enum
{
    MB_COMM_PSTATE_NONE, 
    MB_COMM_PSTATE_INIT_COMPLETE,
    MB_COMM_PSTATE_CONNECTED, 
    MB_COMM_PSTATE_DISCONNECTED, 
    MB_COMM_PSTATE_KICKED, 
    MB_C../wm/wm/WMStartParentCallback.html_PSTATE_SEND_PROCEED, 
    MB_COMM_PSTATE_SEND_COMPLETE, 
    MB_COMM_PSTATE_BOOT_REQUEST, 
    MB_COMM_PSTATE_BOOT_STARTABLE, 
    MB_COMM_PSTATE_REQUESTED,
    MB_COMM_PSTATE_MEMBER_FULL,
    MB_COMM_PSTATE_END,
    MB_COMM_PSTATE_ERROR,
    MB_COMM_PSTATE_WAIT_TO_SEND,


    MB_COMM_PSTATE_WM_EVENT = 0x80000000
} MBCommPState;

Description

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

Constants

The meaning of each enumerator constant is shown in the following table:

See Also

MB_CommSetParentStateCallback, MB_CommGetParentState

Revision History

10/05/2004 Added enumerator types
09/30/2004 Added numerator types
09/27/2004 Revised description
09/10/2004 Added description regarding the callback argument of the MB_CommSetParentStateCallback function
08/09/2004 Initial version