Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
|
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 = 0 |
if set you can process manually all incoming data in a callback More... | |
AtCompleteCallback | onComplete = 0 |
if set then you can process the complete response manually More... | |
bool AtCommand::breakOnError = true |
stop executing next command if that one has failed
AtCompleteCallback AtCommand::onComplete = 0 |
if set then you can process the complete response manually
AtReceiveCallback AtCommand::onReceive = 0 |
if set you can process manually all incoming data in a callback
String AtCommand::response2 |
alternative successful response
unsigned AtCommand::retries |
number of retries before giving up
String AtCommand::text |
the actual AT command
unsigned AtCommand::timeout |
timeout in milliseconds