#include <nitro/mb.h>
typedef struct
{
u16 errcode;
} MBErrorStatus;
This structure, which holds the cause of the error, is passed by the pointer that MB_COMM_PSTATE_ERROR returns to the MB_CommSetParentStateCallback callback. The meaning of each member is shown in the following table:
| Member | Meaning |
| errcode | Value of the MBErrCode type that indicates MB library error codes.
|
MB_COMM_PSTATE_ERROR, MBErrCode, MB_CommSetParentStateCallback
09/27/2004 Initial version