Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
|
This is the complete list of members for AtClient, including all inherited members.
AtClient(HardwareSerial *stream) (defined in AtClient) | AtClient | |
currentCommand | AtClient | |
getState() | AtClient | inline |
next() (defined in AtClient) | AtClient | |
processor(Stream &source, char arrivedChar, uint16_t availableCharsCount) | AtClient | protectedvirtual |
resend() (defined in AtClient) | AtClient | |
send(const String &text, const String &altResponse=nullptr, uint32_t timeoutMs=AT_TIMEOUT, unsigned retries=0) | AtClient | |
send(const String &text, AtReceiveCallback onReceive, uint32_t timeoutMs=AT_TIMEOUT, unsigned retries=0) | AtClient | |
send(const String &text, AtCompleteCallback onComplete, uint32_t timeoutMs=AT_TIMEOUT, unsigned retries=0) | AtClient | |
send(AtCommand command) | AtClient | |
sendDirect(AtCommand command) | AtClient | |
~AtClient() (defined in AtClient) | AtClient | inlinevirtual |