cueOS  2.4
cueOS - Universal Show Control OS for ARM
net Struct Reference

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)
 

Detailed Description

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.

See also
cueosCONFIG.h for further information relative to network configuration

Definition at line 56 of file net.h.

Field Documentation

◆ bound_state

net_bound_state_e bound_state

Active network interface DHCP state

See also
net_bound_state_e

Definition at line 63 of file net.h.

◆ ethernetif

struct netif ethernetif

Wired network interface

Definition at line 57 of file net.h.

◆ gateway

ip4_addr_t gateway

Active network interface gateway

Definition at line 61 of file net.h.

◆ ip_addr

ip4_addr_t ip_addr

Active network interface IP address

Definition at line 59 of file net.h.

◆ link_state

net_link_state_e link_state

Active network interface link state

See also
net_link_state_e

Definition at line 62 of file net.h.

◆ mode

net_mode_e mode

Current network mode

See also
net_mode_e

Definition at line 64 of file net.h.

◆ net_ready_callback

void(* net_ready_callback) (void)

Network ready callback

Definition at line 65 of file net.h.

◆ netmask

ip4_addr_t netmask

Active network interface netmask

Definition at line 60 of file net.h.

◆ wirelessif

struct netif wirelessif

Wireless network interface

Definition at line 58 of file net.h.


The documentation for this struct was generated from the following file: