uTrack
Loading...
Searching...
No Matches
Data Fields
CellConfig Struct Reference

Data Fields

char APN [124]
 
char MY_IP [19]
 
char USERID [32]
 
char PASSW [32]
 
char IMEI [20]
 
char MODEL [LEN_MODEL]
 
char VERSION [LEN_VERSION]
 
int BAUD
 
int BAND2G
 
int BAND3G
 
bool AUTOBND
 
operator_type OPERATOR
 
bool TELSTRA
 
u8 closureType
 

Detailed Description

Configuration options for the cell module, not including server DNS/IP information.

Field Documentation

◆ APN

CellConfig::APN

The Access Point Name of the internet gateway.

◆ AUTOBND

CellConfig::AUTOBND

Whether or not the cell module should be configured to automatically select an appropriate band. Overrides CellConfig::BAND and CellConfig::BAND3G . Default false.

◆ BAND2G

CellConfig::BAND2G

The 2G network band. Default 5.

◆ BAND3G

CellConfig::BAND3G

The 3G network band. Default 3.

◆ BAUD

CellConfig::BAUD

The desired baud rate for the cell to communicate over the UART at. Default 115200.

◆ closureType

CellConfig::closureType

The data connection closure type. Default 0, which automatically generates a disconnect event when the remote closes. 255 allows the use of a closure escape sequence but does not automatically generate a disconnect event when the remote closes.

◆ MODEL

CellConfig::MODEL

The cell chip model name.

◆ MY_IP

CellConfig::MY_IP

The IP address assigned to this unit.

◆ PASSW

CellConfig::PASSW

The password associated with CellConfig::USERID .

◆ TELSTRA

CellConfig::TELSTRA

Whether the cell chip is a Telstra or not (used for a workaround).

◆ USERID

CellConfig::USERID

The username this unit should use when connecting.

◆ VERSION

CellConfig::VERSION

The cell chip model version.


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