Soletta™ Framework
Framework for making IoT devices

Full online documentation | C API Index
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
sol_netctl_network_params Struct Reference

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...
 

Detailed Description

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.

Field Documentation

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.


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