|
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 CommandOutput, including all inherited members.
| clearWriteError() | inline | |
| CommandOutput(TcpClient *reqClient) (defined in CommandOutput) | CommandOutput | |
| CommandOutput(Stream *reqStream) (defined in CommandOutput) | CommandOutput | |
| CommandOutput(WebSocket *reqSocket) (defined in CommandOutput) | CommandOutput | |
| getWriteError() | inline | |
| outputSocket (defined in CommandOutput) | CommandOutput | |
| outputStream (defined in CommandOutput) | CommandOutput | |
| outputTcpClient (defined in CommandOutput) | CommandOutput | |
| Print() (defined in Print) | inline | |
| print(char) | ||
| print(const char[]) | ||
| print(unsigned long, int base=DEC) | ||
| print(long, int base=DEC) | ||
| print(unsigned int, int base=DEC) (defined in Print) | ||
| print(unsigned char, int base=DEC) (defined in Print) | ||
| print(int, int base=DEC) | ||
| print(double, int digits=2) | ||
| print(const Printable &p) | ||
| print(const String &s) | ||
| printf(const char *fmt,...) | ||
| println(void) | ||
| println(const char[]) | ||
| println(char) | ||
| println(unsigned char, int base=DEC) | ||
| println(unsigned int, int base=DEC) (defined in Print) | ||
| println(unsigned long, int base=DEC) (defined in Print) | ||
| println(int, int base=DEC) | ||
| println(long, int base=DEC) | ||
| println(double, int digits=2) | ||
| println(const Printable &p) | ||
| println(const String &s) | ||
| setWriteError(int err=1) (defined in Print) | inlineprotected | |
| tempSocket (defined in CommandOutput) | CommandOutput | |
| write(uint8_t outChar) | CommandOutput | virtual |
| Print::write(const char *str) | inline | |
| Print::write(const uint8_t *buffer, size_t size) | virtual | |
| Print::write(const char *buffer, size_t size) | inline | |
| ~CommandOutput() (defined in CommandOutput) | CommandOutput | virtual |