libtransistor
A userland library for the Nintendo Switch
Main Page
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
include
libtransistor
ipc
nifm.h
Go to the documentation of this file.
1
6
#pragma once
7
8
#ifdef __cplusplus
9
extern
"C"
{
10
#endif
11
12
#include<
libtransistor/types.h
>
13
17
result_t
nifm_init
();
18
22
result_t
nifm_get_ip_address
(uint32_t *ip);
23
27
void
nifm_finalize
();
28
29
#ifdef __cplusplus
30
}
31
#endif
types.h
Various system types.
result_t
uint32_t result_t
Function result.
Definition:
types.h:51
nifm_get_ip_address
result_t nifm_get_ip_address(uint32_t *ip)
Get the system's ip address.
nifm_finalize
void nifm_finalize()
Finalize Network Interface Manager.
nifm_init
result_t nifm_init()
Initialize Network Interface Manager.
Generated on Thu Oct 3 2019 01:41:37 for libtransistor by
1.8.6