mbgtools-lx  4.2.8
PORT_SETTINGS_IDX Struct Reference

Configuration settings of a specific serial port. More...

#include <gpsdefs.h>

Data Fields

uint16_t idx
 port index, 0..RECEIVER_INFO::n_com_ports-1 More...
 
PORT_SETTINGS port_settings
 

Detailed Description

Configuration settings of a specific serial port.

This structure should be sent to a device to configure a specific serial port. The number of supported ports is RECEIVER_INFO::n_com_ports.

Note
The PORT_INFO_IDX structure should be read from a device to retrieve the current settings and capabilities.
See also
STR_TYPE_INFO

Definition at line 3594 of file gpsdefs.h.

Field Documentation

◆ idx

uint16_t PORT_SETTINGS_IDX::idx

port index, 0..RECEIVER_INFO::n_com_ports-1

Definition at line 3596 of file gpsdefs.h.

Referenced by mbg_set_gps_port_settings(), and mbgextio_set_port_settings_idx().

◆ port_settings

PORT_SETTINGS PORT_SETTINGS_IDX::port_settings

Definition at line 3597 of file gpsdefs.h.

Referenced by mbg_set_gps_port_settings(), and mbgextio_set_port_settings_idx().


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