Soletta™ Framework
|
Structure to represent a network link. More...
#include <sol-network.h>
Data Fields | |
struct sol_vector | addrs |
List of network addresses. More... | |
uint16_t | api_version |
API version. More... | |
enum sol_network_link_flags | flags |
The status of the link. More... | |
uint16_t | index |
the index of this link given by SO More... | |
Structure to represent a network link.
This struct contains the necessary information do deal with a network link. It has the state sol_network_link_flags, the index (the value used by the SO to identify the link) and its address sol_network_link_addr.
struct sol_vector sol_network_link::addrs |
List of network addresses.
Referenced by _on_network_event().
uint16_t sol_network_link::api_version |
API version.
enum sol_network_link_flags sol_network_link::flags |
The status of the link.
Referenced by _on_network_event().
uint16_t sol_network_link::index |
the index of this link given by SO