WM_SetMPInterval

C Specification

#include <nitro/wm.h>

WMErrCode WM_SetMPInterval(
WMCallbackFunc  callback ,
u16             parentInterval,
u16             childInterval
);

Arguments

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.

Return Values

Returns the process results of the WMErrCode enumerated type.

Description

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.

See Also

WM_SetMPParameter, WM_StartMP, WM_SetMPDataToPort

Revision History

11/24/2005 Initial version.