mbgtools-lx
4.2.8
|
Simple LAN interface information. More...
#include <gpsdefs.h>
Data Fields | |
uint16_t | type |
type of LAN interface, see LAN_IF_TYPES More... | |
MBG_MAC_ADDR | mac_addr |
MAC address. More... | |
uint16_t | ver_code |
version number (hex) More... | |
char | ver_str [(16+1)] |
version string More... | |
char | sernum [(16+1)] |
serial number More... | |
uint32_t | rsvd_0 |
reserved, currently always 0 More... | |
uint16_t | flags |
see MBG_IP4_FLAG_MASKS More... | |
uint16_t | rsvd_1 |
reserved, currently always 0 More... | |
Simple LAN interface information.
This structure can be retrieved from a device to check the device's capabilities.
It is only supported if the flag GPS_HAS_LAN_IP4 is set in RECEIVER_INFO::features.
uint16_t LAN_IF_INFO::flags |
MBG_MAC_ADDR LAN_IF_INFO::mac_addr |
MAC address.
Definition at line 11277 of file gpsdefs.h.
Referenced by mbg_get_all_net_cfg_info(), mbg_get_all_net_status_info(), and show_lan_intf_state().
uint32_t LAN_IF_INFO::rsvd_0 |
uint16_t LAN_IF_INFO::rsvd_1 |
uint16_t LAN_IF_INFO::type |
type of LAN interface, see LAN_IF_TYPES