Module atc

Module atc 

Expand description

MCM AT command API.

See: <ql_mcm_atc.h>

This is very much different from opening the AT command port and sending raw AT commands. This API uses QMI to interact directly with the modem. I guess this is better than opening the AT command port and sending raw AT commands.

For example, when sending AT+QCCID using this API, the response buffer will contain:

 
+QCCID: 89882390000807190000

OK

Notice that it starts with an empty line and ends in a newline. I strongly hope that the response buffer will only ever include data related to the command and nothing else like URCs.

Functions§

client_deinitNon-ag35
Releases a client handle.
client_initNon-ag35
Initializes a new client handle.
send_cmdNon-ag35
Sends an AT command and reads the response.

Type Aliases§

ClientHandle