#include <nitro/mb.h>
BOOL MB_CommBootRequest( u16 child_aid );
child_aid | The aid that indicates the child device that transmits the boot request |
This function returns TRUE
if the boot request was sent correctly to the specified child. Otherwise, it returns FALSE
.
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.
MBCommPState, MB_CommGetParentState, MB_CommGetChildUser, MB_StartParent, MB_End
09/09/2004 Added argument.
08/11/2004 Initial version.