Skip to content

group__simcom__a7672x

Sara Damiano edited this page Sep 11, 2026 · 2 revisions

title: SIMCom A7672 Series

SIMCom A7672 Series (group)

Module: Supported Modules / SIMCom / SIMCom A7672 Series

Manufacturer: SIMCom. Models: A7672x (A7672E, A7672SA, A7672S, A7672G).

Connection Information

  • TCP sockets:
    • 10
  • SSL sockets:
    • 2
  • SSL contexts:
    • 10
  • Socket Buffering:
    • The modem has an internal buffer for incoming data.
  • Socket Numbering:
    • The modem respects user-specified multiplexing channel numbers/identifiers for socket connections. Todo: todo

Supported Public Functions

Classes

Name
struct TinyGsmA7672XModemConfig
Basic modem configurations for SIMCom A7672 modules.
struct TinyGsmA7672XTcpConfig
TCP behavior and limits for SIMCom A7672 modules.
class TinyGsmA7672X
Class for the SIMCom A7672X modem, which is a 4G LTE Cat-M1/NB-IoT modem with GPS and SSL support.
class TinyGsmA7672X::GsmClientA7672X
Inner client.
class TinyGsmA7672X::GsmClientSecureA7672X
Inner secure client.

Types

Name
enum class A7672XRegStatus { REG_NO_RESULT = -1, REG_UNREGISTERED = 0, REG_SEARCHING = 2, REG_DENIED = 3, REG_OK_HOME = 1, REG_OK_ROAMING = 5, REG_UNKNOWN = 4 }
Registration status.

A7672XRegStatus

Enumerator Value Description
REG_NO_RESULT -1 No registration result.
REG_UNREGISTERED 0 Not registered on the network.
REG_SEARCHING 2 Searching for network.
REG_DENIED 3 Registration denied.
REG_OK_HOME 1 Registered on the home network.
REG_OK_ROAMING 5 Registered on a roaming network.
REG_UNKNOWN 4 Unknown registration status.

Generated by Doxygen and m.css with templates from doxybook2 Updated on 2026-09-11

Clone this wiki locally