MBErrorStatus

Definition

#include <nitro/mb.h>

typedef struct
{
    u16 errcode;
} MBErrorStatus;

Description

This structure, which contains the cause of the error, is passed by a pointer when MB_COMM_PSTATE_ERROR is returned by the MB_CommSetParentStateCallback function's callback. The meaning of each member is shown in the following table:
Member Description
errcode Value of type MBErrCode, indicating MB library error codes.


See Also

MB_COMM_PSTATE_ERROR, MBErrCode, MB_CommSetParentStateCallback

Revision History

2004/09/27 Initial version.


CONFIDENTIAL