uTrack
|
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 |
Configuration options for the cell module, not including server DNS/IP information.
CellConfig::APN |
The Access Point Name of the internet gateway.
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.
CellConfig::BAND2G |
The 2G network band. Default 5.
CellConfig::BAND3G |
The 3G network band. Default 3.
CellConfig::BAUD |
The desired baud rate for the cell to communicate over the UART at. Default 115200.
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.
CellConfig::MODEL |
The cell chip model name.
CellConfig::MY_IP |
The IP address assigned to this unit.
CellConfig::PASSW |
The password associated with CellConfig::USERID .
CellConfig::TELSTRA |
Whether the cell chip is a Telstra or not (used for a workaround).
CellConfig::USERID |
The username this unit should use when connecting.
CellConfig::VERSION |
The cell chip model version.