MB_CommStartSendingAll


C Specification

#include <nitro/mb.h>

BOOL MB_CommStartSendingAll(void);
    

Description

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

Arguments

None.

Return Values

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

See Also

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

Revision History

10/18/2004 Corrected the argument MB_COMM_PSTATE_REQ_WAIT_TO_SEND.
09/10/2004 Added description.
09/09/2004 Initial version.