#include <nitro/wm.h>
WM_SIZE_MP_CHILD_RECEIVE_BUFFER( parentMaxSize, ksFlag )
This is a function macro that looks for the size as a constant value in the receive buffer that the SDK uses internally for MP communications.
parentMaxSize |
Designates the maximum size of the data sent to the child device from the parent device. |
ksFlag |
A Boolean value that indicates whether to use key sharing. |
This function returns the size that is needed for the receive buffer to be passed as the argument of the WM_StartMP function.
WM_StartMP,
WM_GetMPReceiveBufferSize,
WM_SIZE_MP_PARENT_RECEIVE_BUFFER,
WM_SIZE_MP_PARENT_SEND_BUFFER,
WM_SIZE_MP_CHILD_SEND_BUFFER
09/09/2004 Added the ksFlag to Arguments
08/18/2004 Initial version