#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
06/01/2005 Added text indicating that the callback is called from the interrupt handler.
08/09/2004 Initial version.