MB_CommBootRequest

C Specification

#include <nitro/mb.h>

BOOL MB_CommBootRequest( u16 child_aid );

Arguments

child_aid The aid that indicates the child device that transmits the boot request

Return Values

This function returns TRUE if the boot request was sent correctly to the specified child. Otherwise, it returns FALSE.

Description

This function sends boot requests to a specific child performing multi-boot processing with the current parent.

This function returns TRUE if the notification of bootable state has already been received from the specific child, and if the boot request could be sent correctly to the specific child.

See Also

MBCommPState, MB_CommGetParentState, MB_CommGetChildUser, MB_StartParent, MB_End

Revision History

09/09/2004 Added argument.
08/11/2004 Initial version.