AtCommand Struct Reference
#include <AtClient.h>
Collaboration diagram for AtCommand:
Public Attributes | |
String | text |
the actual AT command More... | |
String | response2 |
alternative successful response More... | |
unsigned | timeout |
timeout in milliseconds More... | |
unsigned | retries |
number of retries before giving up More... | |
bool | breakOnError = true |
stop executing next command if that one has failed More... | |
AtReceiveCallback | onReceive |
if set you can process manually all incoming data in a callback More... | |
AtCompleteCallback | onComplete |
if set then you can process the complete response manually More... | |
Member Data Documentation
◆ breakOnError
bool AtCommand::breakOnError = true |
stop executing next command if that one has failed
◆ onComplete
AtCompleteCallback AtCommand::onComplete |
if set then you can process the complete response manually
◆ onReceive
AtReceiveCallback AtCommand::onReceive |
if set you can process manually all incoming data in a callback
◆ response2
String AtCommand::response2 |
alternative successful response
◆ retries
unsigned AtCommand::retries |
number of retries before giving up
◆ text
String AtCommand::text |
the actual AT command
◆ timeout
unsigned AtCommand::timeout |
timeout in milliseconds
The documentation for this struct was generated from the following file: