|
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 TwoWire, including all inherited members.
| _startMillis (defined in Stream) | Stream | protected |
| _timeout (defined in Stream) | Stream | protected |
| available() (defined in TwoWire) | TwoWire | virtual |
| begin() (defined in TwoWire) | TwoWire | |
| beginTransmission(uint8_t address) (defined in TwoWire) | TwoWire | |
| clearWriteError() | inline | |
| endTransmission(bool sendStop=true) (defined in TwoWire) | TwoWire | |
| find(char *target) (defined in Stream) | Stream | |
| find(char *target, size_t length) (defined in Stream) | Stream | |
| findUntil(char *target, char *terminator) (defined in Stream) | Stream | |
| findUntil(char *target, size_t targetLen, char *terminate, size_t termLen) (defined in Stream) | Stream | |
| flush() (defined in TwoWire) | TwoWire | virtual |
| getWriteError() | inline | |
| parseFloat() (defined in Stream) | Stream | |
| parseFloat(char skipChar) (defined in Stream) | Stream | protected |
| parseInt() (defined in Stream) | Stream | |
| parseInt(char skipChar) (defined in Stream) | Stream | protected |
| peek() (defined in TwoWire) | TwoWire | virtual |
| peekNextDigit() (defined in Stream) | Stream | protected |
| pins(int pinSCL, int pinSDA) (defined in TwoWire) | TwoWire | |
| 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) | ||
| pushData() (defined in TwoWire) | TwoWire | protected |
| read() (defined in TwoWire) | TwoWire | virtual |
| readBytes(char *buffer, size_t length) (defined in Stream) | Stream | |
| readBytesUntil(char terminator, char *buffer, size_t length) (defined in Stream) | Stream | |
| readString() (defined in Stream) | Stream | |
| readStringUntil(char terminator) (defined in Stream) | Stream | |
| requestFrom(int address, int quantity, bool sendStop=true) (defined in TwoWire) | TwoWire | |
| setTimeout(unsigned long timeout) (defined in Stream) | Stream | |
| setWriteError(int err=1) (defined in Print) | inlineprotected | |
| Stream() (defined in Stream) | Stream | inline |
| timedPeek() (defined in Stream) | Stream | protected |
| timedRead() (defined in Stream) | Stream | protected |
| TwoWire(int pinSCL, int pinSDA) (defined in TwoWire) | TwoWire | |
| write(uint8_t data) | TwoWire | virtual |
| write(const uint8_t *data, size_t quantity) | TwoWire | virtual |
| Stream::write(const char *str) | inline | |
| Stream::write(const char *buffer, size_t size) | inline | |
| ~TwoWire() (defined in TwoWire) | TwoWire | virtual |