libctru
v2.4.1
|
Netloader (3dslink) utilities. More...
#include <stdbool.h>
Go to the source code of this file.
Macros | |
#define | LINK3DS_COMM_PORT 17491 |
3dslink TCP server port | |
Functions | |
int | link3dsConnectToHost (bool redirStdout, bool redirStderr) |
Connects to the 3dslink host, setting up an output stream. More... | |
static int | link3dsStdio (void) |
Same as link3dsConnectToHost but redirecting both stdout/stderr. | |
static int | link3dsStdioForDebug (void) |
Same as link3dsConnectToHost but redirecting only stderr. | |
Variables | |
struct in_addr | __3dslink_host |
Address of the host connected through 3dslink. | |
Netloader (3dslink) utilities.
int link3dsConnectToHost | ( | bool | redirStdout, |
bool | redirStderr | ||
) |
Connects to the 3dslink host, setting up an output stream.
[in] | redirStdout | Whether to redirect stdout to nxlink output. |
[in] | redirStderr | Whether to redirect stderr to nxlink output. |