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_ethernet Struct Reference

struct to represent a network ethernet. More...

#include <sol-netctl.h>

Data Fields

char * address
 Ethernet device address. More...
 
uint16_t api_version
 API version. More...
 
char * duplex
 Selected duplex settings of line. More...
 
char * interface
 Interface name. More...
 
char * method
 Possible value are auto and manual. More...
 
uint16_t mtu
 The ethernet MTU. More...
 
uint16_t speed
 Selected speed of line. More...
 

Detailed Description

struct to represent a network ethernet.

This struct contains the necessary information to present a network ethernet for user.

Field Documentation

char* sol_netctl_ethernet::address

Ethernet device address.

uint16_t sol_netctl_ethernet::api_version

API version.

char* sol_netctl_ethernet::duplex

Selected duplex settings of line.

char* sol_netctl_ethernet::interface

Interface name.

char* sol_netctl_ethernet::method

Possible value are auto and manual.

uint16_t sol_netctl_ethernet::mtu

The ethernet MTU.

uint16_t sol_netctl_ethernet::speed

Selected speed of line.


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