|
Soletta™ Framework
|
network params More...
#include <sol-netctl.h>
Data Fields | |
| struct sol_network_link_addr | addr |
| The network devices address. More... | |
| uint16_t | api_version |
| API version. More... | |
| struct sol_network_link_addr | gateway |
| The network gateway. More... | |
| struct sol_network_link_addr | netmask |
| The network devices netmask. More... | |
network params
This struct contains the information of a network. it has the addr of network link addr, the network of netmask and its gateway of network.
| struct sol_network_link_addr sol_netctl_network_params::addr |
The network devices address.
| uint16_t sol_netctl_network_params::api_version |
API version.
| struct sol_network_link_addr sol_netctl_network_params::gateway |
The network gateway.
| struct sol_network_link_addr sol_netctl_network_params::netmask |
The network devices netmask.
1.8.6