

#include <nitro/wm.h>
WMErrCode WM_SetMPInterval(
WMCallbackFunc callback ,
u16 parentInterval,
u16 childInterval
);
| callback | Designates the callback function to call when the asynchronous process completes. This callback is called from within the interrupt handler. |
| parentInterval | Specifies in microseconds the MP communication interval for a parent during which communications can be carried out continuously during a single frame. |
| childInterval | Specifies in microseconds the MP communication interval for a child during which communications can be carried out continuously during a single frame. |
Returns the results of the WMErrCode enumerated type process.
Sets the interval during which MP communications may be performed continuously during a single frame. For details, see the "Wireless Communication Library Description."
This wrapper function calls the WM_SetMPParameter function internally.
WM_SetMPParameter, WM_StartMP, WM_SetMPDataToPort
2005/11/24 Initial version.
CONFIDENTIAL