libtransistor
A userland library for the Nintendo Switch
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
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 
18 
22 result_t nifm_get_ip_address(uint32_t *ip);
23 
27 void nifm_finalize();
28 
29 #ifdef __cplusplus
30 }
31 #endif
Various system types.
uint32_t result_t
Function result.
Definition: types.h:51
result_t nifm_get_ip_address(uint32_t *ip)
Get the system's ip address.
void nifm_finalize()
Finalize Network Interface Manager.
result_t nifm_init()
Initialize Network Interface Manager.