MB_CommStartSendingAll

C Specification

#include <nitro/mb.h>

BOOL MB_CommStartSendingAll(void);

Arguments

None.

Return Values

Returns TRUE if any children have received connection permission. Otherwise, it returns FALSE.

Description

This sends a download begin notification to all children that have received connect permission from the current parent. Returns TRUE if any children have received connection permission.
When the parent's send status is MB_COMM_PSTATE_REQ_WAIT_TO_SEND, children are waiting for a download begin notification.

See Also

MBCommPState, MB_CommStartSending, MB_CommGetParentState, MB_CommGetChildUser, MB_CommResponseRequest, MB_StartParent, MB_End

Revision History

09/10/2004 Added description. 09/09/2004 Initial version.