1MB Library Multiboot Parent Demo: Operation Summary
2
3When the program starts, the parent device starts automatically, and the following list is displayed.
4
5AID USERNAME STATE
6 1  name1    NONE
7 2  name2    NONE
8 3  name3    NONE
9 4  name4    NONE
10....
11
12
13
14Using the +Control Pad, select the child device that will become the target of operations and then press the A Button to perform the operation corresponding to the STATE.
15Or, use START to perform the same operations as the A Button, but on all connected child devices.
16
17Pressing SELECT cancels and restarts wireless communications.
18
19Explanation of Each STATE
20
21NONE          ... No connection
22CONNECTED     ... Connection made from a child device
23DISCONNECTED  ... Child device has cut the connection
24ENTRY REQUEST ... Entry request has been made from a child device
25                  [A Button: Allow entry.  B Button: Disallow entry]
26KICKED        ... Child device has been kicked
27ENTRY OK      ... A download request from a child device has been allowed
28                  [A Button: Start binary send]
29SENDING       ... Sending binary to a child device
30SEND COMPLETE ... Binary send to the child device has finished
31                  [A Button: sends a boot request]
32BOOT REQUEST  ... Starts to send a boot request to a child device
33BOOT READY    ... Download is complete, and the downloaded application is ready to run
34MEMBER FULL   ... Child devices cannot connect to a game that has reached its set number of players
35
36The operations shown in square brackets can be automated by setting the following #define statements to 1.
37
38#define AUTO_ACCEPT_ENTRY	(0)
39#define AUTO_SENDFILE		(0)
40#define AUTO_BOOTREQ		(0)
41
42
43  Note: This program supports only the display of ASCII characters, so the user names and others in the current child device binary mb_child_NITRO.srl and mb_child_TWL.srl are not displayed correctly.
44   Please be aware beforehand.
45
46
47