Soletta™ Framework
|
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... | |
struct to represent a network ethernet.
This struct contains the necessary information to present a network ethernet for user.
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.