AtClient.h
Go to the documentation of this file.
76 void send(const String& text, const String& altResponse = nullptr, uint32_t timeoutMs = AT_TIMEOUT,
86 void send(const String& text, AtReceiveCallback onReceive, uint32_t timeoutMs = AT_TIMEOUT, unsigned retries = 0);
95 void send(const String& text, AtCompleteCallback onComplete, uint32_t timeoutMs = AT_TIMEOUT, unsigned retries = 0);
AtReceiveCallback onReceive
if set you can process manually all incoming data in a callback
Definition: AtClient.h:47
Definition: AtClient.h:52
Definition: AtClient.h:54
bool breakOnError
stop executing next command if that one has failed
Definition: AtClient.h:46
Definition: AtClient.h:41
AtCompleteCallback onComplete
if set then you can process the complete response manually
Definition: AtClient.h:48
Definition: AtClient.h:53