Module nrfxlib::at[][src]

Expand description

AT Sockets for nrfxlib

AT socket related code. AT commands are sent to the modem down a socket using the Nordic-specific SOCK_PROTO_AT.

Copyright (c) 42 Technology Ltd 2019

Dual-licensed under MIT and Apache 2.0. See the README for more details.

Structs

AtSocket

Represents a connection to the modem using AT Commands.

Functions

send_at_command

Sends an AT command to the modem and calls the given closure with any indications received. Indications have any whitespace or newlines trimmed.