WM_GetMPReceiveBufferSize


C Specification

#include <nitro/wm.h>

int WM_GetMPReceiveBufferSize( void );

Description

This function looks for the size that is needed for the receive buffer that the SDK uses internally for MP communication. This function can be executed only if the WM is in either the PARENT state or the CHILD state.

Arguments

None.

Return Values

Returns the size needed for the receive buffer passed as the argument of WM_StartMP.

See Also

WM_StartMP, WM_GetMPSendBufferSize

Revision History

08/18/2004 Initial version