mbgtools-lx  4.2.8
MBG_LNE_PORT_INFO Struct Reference

Current settings and general capabilities of an LNE port. More...

#include <gpsdefs.h>

Data Fields

MBG_LNE_PORT_SETTINGS settings
 Current LNE port settings. More...
 
MBG_MAC_ADDR mac_addr
 The MAC address assigned to this port. More...
 
uint32_t reserved_0
 currently reserved, unused, always 0 More...
 
uint32_t reserved_1
 currently reserved, unused, always 0 More...
 
uint32_t reserved_2
 currently reserved, unused, always 0 More...
 
uint32_t flags
 see LNE_PORT_FLAG_MASKS More...
 

Detailed Description

Current settings and general capabilities of an LNE port.

This structure should be read from the device to retrieve the current settings of an LNE port plus its capabilities, ### e.g. the supported modes, colors, etc.

See also
MBG_LNE_PORT_INFO_IDX

Definition at line 19086 of file gpsdefs.h.

Field Documentation

◆ flags

uint32_t MBG_LNE_PORT_INFO::flags

see LNE_PORT_FLAG_MASKS

Definition at line 19093 of file gpsdefs.h.

◆ mac_addr

MBG_MAC_ADDR MBG_LNE_PORT_INFO::mac_addr

The MAC address assigned to this port.

Definition at line 19089 of file gpsdefs.h.

◆ reserved_0

uint32_t MBG_LNE_PORT_INFO::reserved_0

currently reserved, unused, always 0

Definition at line 19090 of file gpsdefs.h.

◆ reserved_1

uint32_t MBG_LNE_PORT_INFO::reserved_1

currently reserved, unused, always 0

Definition at line 19091 of file gpsdefs.h.

◆ reserved_2

uint32_t MBG_LNE_PORT_INFO::reserved_2

currently reserved, unused, always 0

Definition at line 19092 of file gpsdefs.h.

◆ settings

MBG_LNE_PORT_SETTINGS MBG_LNE_PORT_INFO::settings

Current LNE port settings.

Definition at line 19088 of file gpsdefs.h.


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