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...
 

Detailed Description

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.

See also
Extended network configuration and status Extended network configuration and status

Definition at line 11274 of file gpsdefs.h.

Field Documentation

◆ flags

uint16_t LAN_IF_INFO::flags

see MBG_IP4_FLAG_MASKS

Definition at line 11282 of file gpsdefs.h.

◆ mac_addr

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().

◆ rsvd_0

uint32_t LAN_IF_INFO::rsvd_0

reserved, currently always 0

Definition at line 11281 of file gpsdefs.h.

◆ rsvd_1

uint16_t LAN_IF_INFO::rsvd_1

reserved, currently always 0

Definition at line 11283 of file gpsdefs.h.

◆ sernum

char LAN_IF_INFO::sernum[( 16+1)]

serial number

Definition at line 11280 of file gpsdefs.h.

◆ type

uint16_t LAN_IF_INFO::type

type of LAN interface, see LAN_IF_TYPES

Definition at line 11276 of file gpsdefs.h.

◆ ver_code

uint16_t LAN_IF_INFO::ver_code

version number (hex)

Definition at line 11278 of file gpsdefs.h.

◆ ver_str

char LAN_IF_INFO::ver_str[( 16+1)]

version string

Definition at line 11279 of file gpsdefs.h.


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