#include <nitro/mb.h>void MB_CommSetParentStateCallback(MBCommPStateCallback callback);
| callback | Pointer to the callback function that notifies the parent state This callback is called from the interrupt handler. |
None.
This function sets the callback function for communicating the parent state. This callback is called each time an automatically occurring internal parent process enters a specific state.
MBCommPStateCallback, MBCommPState, MB_StartParent, MB_End
2005/06/01 Added text indicating that the callback is called from the interrupt handler.
2004/08/09 Initial version.
CONFIDENTIAL