#include <nitro/wm.h>
WMErrCode WM_SetMPInterval(
WMCallbackFunc callback ,
u16 parentInterval,
u16 childInterval
);
callback | Specify 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 process results of the WMErrCode
enumerated type.
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
11/24/2005 Initial version.