MB_DisconnectChild

C Specification

#include <nitro/mb.h>

void MB_DisconnectChild( u16 aid );

Arguments

aid The aid of the child to disconnect.

Return Values

None.

Description

This function operates from the parent side, forcibly disconnecting a child from the MB parent. This function immediately removes control of the DS device as a multiboot child and begins the wireless disconnection process. This function does not return a callback at the end of the wireless disconnection.

See Also

Revision History

11/10/2004 Initial version.