#include <nitro/mb.h>
void MB_DisconnectChild( u16 aid );
aid | The aid of the child to disconnect. |
None.
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.
11/10/2004 Initial version.