Api_network_ethernet
Functions |
|
gos_result_t | gos_ethernet_get_link_information ( gos_ethernet_link_info_t *link_info) |
Get Ethernet link information.
More...
|
|
Detailed Description
Function Documentation
◆ gos_ethernet_get_link_information()
gos_result_t gos_ethernet_get_link_information | ( | gos_ethernet_link_info_t * |
link_info
|
) |
Get Ethernet link information.
Populates Ethernet link information into link_info parameter
- Parameters
-
[out] link_info
pointer gos_ethernet_link_info_t to be populated with interfaces link information
- Returns
- result of api call, see gos_result_t
- Examples:
- test/ethernet/main.c .