Skip to content

group__quectel__mc60

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

title: Quectel MC60 and MC60E

Quectel MC60 and MC60E (group)

Module: Supported Modules / Quectel / Quectel MC60 and MC60E

Manufacturer: Quectel. Models: MC60, MC60E.

Connection Information

  • TCP sockets:
    • 6
    • SSL is not supported
  • 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 TinyGsmMC60ModemConfig
Basic modem configurations for the Quectel MC60 and MC60E.
struct TinyGsmMC60TcpConfig
TCP behavior and limits for the Quectel MC60 and MC60E.
class TinyGsmMC60
Class for the Quectel MC60.
class TinyGsmMC60::GsmClientMC60
Inner client.

Types

Name
enum class MC60RegStatus { 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.

MC60RegStatus

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