#include <nitro/mb.h>
typedef struct
{
u16 errcode;
} MBErrorStatus;
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.
|
MB_COMM_PSTATE_ERROR, MBErrCode, MB_CommSetParentStateCallback
2004/09/27 Initial version.
CONFIDENTIAL