![]() |
cueOS
2.4
cueOS - Universal Show Control OS for ARM
|
Defines the system's network interfaces. More...
#include <net.h>
Data Fields | |
struct netif | ethernetif |
struct netif | wirelessif |
ip4_addr_t | ip_addr |
ip4_addr_t | netmask |
ip4_addr_t | gateway |
net_link_state_e | link_state |
net_bound_state_e | bound_state |
net_mode_e | mode |
void(* | net_ready_callback )(void) |
Defines the system's network interfaces.
The system is able to switch between wirelless and wired ethernet configuration. Network configuration address may be set static or provided through DHCP.
net_bound_state_e bound_state |
net_link_state_e link_state |
net_mode_e mode |