This is the complete list of members for TwoWire, including all inherited members.
| _startMillis | Stream | protected |
| _timeout | Stream | protected |
| available(void) | TwoWire | virtual |
| availableForWrite() | inlinevirtual | |
| begin() | TwoWire | |
| begin(uint8_t) | TwoWire | |
| begin(int) | TwoWire | |
| beginTransmission(uint8_t) | TwoWire | |
| beginTransmission(int) | TwoWire | |
| clearWriteError() | inline | |
| end() | TwoWire | |
| endTransmission(void) | TwoWire | |
| endTransmission(uint8_t) | TwoWire | |
| find(char *target) | Stream | |
| find(uint8_t *target) | Stream | inline |
| find(char *target, size_t length) | Stream | |
| find(uint8_t *target, size_t length) | Stream | inline |
| find(char target) | Stream | inline |
| findMulti(struct MultiTarget *targets, int tCount) | Stream | protected |
| findUntil(char *target, char *terminator) | Stream | |
| findUntil(uint8_t *target, char *terminator) | Stream | inline |
| findUntil(char *target, size_t targetLen, char *terminate, size_t termLen) | Stream | |
| findUntil(uint8_t *target, size_t targetLen, char *terminate, size_t termLen) | Stream | inline |
| flush(void) | TwoWire | virtual |
| getTimeout(void) | Stream | inline |
| getWriteError() | inline | |
| onReceive(void(*)(int)) | TwoWire | |
| onReceiveService(uint8_t *, int) | TwoWire | privatestatic |
| onRequest(void(*)(void)) | TwoWire | |
| onRequestService(void) | TwoWire | privatestatic |
| parseFloat(LookaheadMode lookahead=SKIP_ALL, char ignore=NO_IGNORE_CHAR) | Stream | |
| parseFloat(char ignore) | Stream | inlineprotected |
| parseInt(LookaheadMode lookahead=SKIP_ALL, char ignore=NO_IGNORE_CHAR) | Stream | |
| parseInt(char ignore) | Stream | inlineprotected |
| peek(void) | TwoWire | virtual |
| peekNextDigit(LookaheadMode lookahead, bool detectDecimal) | Stream | protected |
| Print() | inline | |
| print(const __FlashStringHelper *) | ||
| print(const String &) | ||
| print(const char[]) | ||
| print(char) | ||
| print(unsigned char, int=DEC) | ||
| print(int, int=DEC) | ||
| print(unsigned int, int=DEC) | ||
| print(long, int=DEC) | ||
| print(unsigned long, int=DEC) | ||
| print(double, int=2) | ||
| print(const Printable &) | ||
| println(const __FlashStringHelper *) | ||
| println(const String &s) | ||
| println(const char[]) | ||
| println(char) | ||
| println(unsigned char, int=DEC) | ||
| println(int, int=DEC) | ||
| println(unsigned int, int=DEC) | ||
| println(long, int=DEC) | ||
| println(unsigned long, int=DEC) | ||
| println(double, int=2) | ||
| println(const Printable &) | ||
| println(void) | ||
| read(void) | TwoWire | virtual |
| readBytes(char *buffer, size_t length) | Stream | |
| readBytes(uint8_t *buffer, size_t length) | Stream | inline |
| readBytesUntil(char terminator, char *buffer, size_t length) | Stream | |
| readBytesUntil(char terminator, uint8_t *buffer, size_t length) | Stream | inline |
| readString() | Stream | |
| readStringUntil(char terminator) | Stream | |
| requestFrom(uint8_t, uint8_t) | TwoWire | |
| requestFrom(uint8_t, uint8_t, uint8_t) | TwoWire | |
| requestFrom(uint8_t, uint8_t, uint32_t, uint8_t, uint8_t) | TwoWire | |
| requestFrom(int, int) | TwoWire | |
| requestFrom(int, int, int) | TwoWire | |
| rxBuffer | TwoWire | privatestatic |
| rxBufferIndex | TwoWire | privatestatic |
| rxBufferLength | TwoWire | privatestatic |
| setClock(uint32_t) | TwoWire | |
| setTimeout(unsigned long timeout) | Stream | |
| setWriteError(int err=1) | inlineprotected | |
| Stream() | Stream | inline |
| timedPeek() | Stream | protected |
| timedRead() | Stream | protected |
| transmitting | TwoWire | privatestatic |
| TwoWire() | TwoWire | |
| txAddress | TwoWire | privatestatic |
| txBuffer | TwoWire | privatestatic |
| txBufferIndex | TwoWire | privatestatic |
| txBufferLength | TwoWire | privatestatic |
| user_onReceive | TwoWire | privatestatic |
| user_onRequest | TwoWire | privatestatic |
| write(uint8_t) | TwoWire | virtual |
| write(const uint8_t *, size_t) | TwoWire | virtual |
| write(unsigned long n) | TwoWire | inline |
| write(long n) | TwoWire | inline |
| write(unsigned int n) | TwoWire | inline |
| write(int n) | TwoWire | inline |
| Stream::write(const char *str) | inline | |
| Stream::write(const char *buffer, size_t size) | inline |