Thingstream Client Library  BLD4131-v2.13
Data Fields
GsmBearer Struct Reference

#include <sdk_data.h>

Data Fields

uint8_t strength
 
uint8_t bearerNameSize
 
uint8_t bearerName [THINGSTREAM_BEARER_NAME_MAX_SIZE]
 

Detailed Description

The AT+CSQ/AT+COPS? results (when available) from the modem are passed to the thingstream layer via this global structure.

Field Documentation

◆ bearerName

uint8_t GsmBearer::bearerName[THINGSTREAM_BEARER_NAME_MAX_SIZE]

The first chars of the GSM connection name, e.g. AT+COPS? result

◆ bearerNameSize

uint8_t GsmBearer::bearerNameSize

The size (in bytes) of the bearerName array and this must be equal to the THINGSTREAM_BEARER_NAME_MAX_SIZE

◆ strength

uint8_t GsmBearer::strength

The strength of the GSM connection, e.g. AT+CSQ result


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