#include <nitro/mb.h>
typedef void (*MBCommCStateCallback)(u32 status, void* arg);
Defines the format of the callback function, which is called every time the child state changes.
status |
Indicates the state shown in MBCommCState. |
arg |
NULL is passed in the state and every callback. |
MBCommCState,
MB_CommSetChildStateCallback,
MB_CommGetChildState
08/09/2004 Initial version