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(void) (defined in TwoWire) | TwoWire | virtual |
| availableForWrite() (defined in Print) | inlinevirtual | |
| begin(bool generalCall=false) (defined in TwoWire) | TwoWire | |
| begin(uint32_t, uint32_t) (defined in TwoWire) | TwoWire | |
| begin(uint8_t, bool generalCall=false, bool NoStretchMode=false) (defined in TwoWire) | TwoWire | |
| begin(int, bool generalCall=false, bool NoStretchMode=false) (defined in TwoWire) | TwoWire | |
| beginTransmission(uint8_t) (defined in TwoWire) | TwoWire | |
| beginTransmission(int) (defined in TwoWire) | TwoWire | |
| cb_function_receive_t typedef (defined in TwoWire) | TwoWire | |
| cb_function_request_t typedef (defined in TwoWire) | TwoWire | |
| clearWriteError() (defined in Print) | inline | |
| end() (defined in TwoWire) | TwoWire | |
| endTransmission(void) (defined in TwoWire) | TwoWire | |
| endTransmission(uint8_t) (defined in TwoWire) | TwoWire | |
| find(const char *target) (defined in Stream) | Stream | |
| find(const uint8_t *target) (defined in Stream) | Stream | inline |
| find(const char *target, size_t length) (defined in Stream) | Stream | |
| find(const uint8_t *target, size_t length) (defined in Stream) | Stream | inline |
| find(char target) (defined in Stream) | Stream | inline |
| findMulti(struct MultiTarget *targets, int tCount) (defined in Stream) | Stream | protected |
| findUntil(const char *target, const char *terminator) (defined in Stream) | Stream | |
| findUntil(const uint8_t *target, const char *terminator) (defined in Stream) | Stream | inline |
| findUntil(const char *target, size_t targetLen, const char *terminate, size_t termLen) (defined in Stream) | Stream | |
| findUntil(const uint8_t *target, size_t targetLen, const char *terminate, size_t termLen) (defined in Stream) | Stream | inline |
| flush(void) (defined in TwoWire) | TwoWire | virtual |
| getHandle(void) (defined in TwoWire) | TwoWire | inline |
| getTimeout(void) (defined in Stream) | Stream | inline |
| getWriteError() (defined in Print) | inline | |
| isSlavePresent(const uint8_t slave_address) | TwoWire | |
| isUseSoftTwi() | TwoWire | |
| onReceive(cb_function_receive_t callback) (defined in TwoWire) | TwoWire | |
| onRequest(cb_function_request_t callback) (defined in TwoWire) | TwoWire | |
| parseFloat(LookaheadMode lookahead=SKIP_ALL, char ignore=NO_IGNORE_CHAR) (defined in Stream) | Stream | |
| parseFloat(char ignore) (defined in Stream) | Stream | inlineprotected |
| parseInt(LookaheadMode lookahead=SKIP_ALL, char ignore=NO_IGNORE_CHAR) (defined in Stream) | Stream | |
| parseInt(char ignore) (defined in Stream) | Stream | inlineprotected |
| peek(void) (defined in TwoWire) | TwoWire | virtual |
| peekNextDigit(LookaheadMode lookahead, bool detectDecimal) (defined in Stream) | Stream | protected |
| Print() (defined in Print) | inline | |
| print(const __FlashStringHelper *) (defined in Print) | ||
| print(const String &) (defined in Print) | ||
| print(const char[]) (defined in Print) | ||
| print(char) (defined in Print) | ||
| print(unsigned char, int=DEC) (defined in Print) | ||
| print(int, int=DEC) (defined in Print) | ||
| print(unsigned int, int=DEC) (defined in Print) | ||
| print(long, int=DEC) (defined in Print) | ||
| print(unsigned long, int=DEC) (defined in Print) | ||
| print(long long, int=DEC) (defined in Print) | ||
| print(unsigned long long, int=DEC) (defined in Print) | ||
| print(float, int=2) (defined in Print) | ||
| print(double, int=2) (defined in Print) | ||
| print(const Printable &) (defined in Print) | ||
| printf(const char *format,...) (defined in Print) | ||
| printf(const __FlashStringHelper *format,...) (defined in Print) | ||
| println(const __FlashStringHelper *) (defined in Print) | ||
| println(const String &s) (defined in Print) | ||
| println(const char[]) (defined in Print) | ||
| println(char) (defined in Print) | ||
| println(unsigned char, int=DEC) (defined in Print) | ||
| println(int, int=DEC) (defined in Print) | ||
| println(unsigned int, int=DEC) (defined in Print) | ||
| println(long, int=DEC) (defined in Print) | ||
| println(unsigned long, int=DEC) (defined in Print) | ||
| println(long long, int=DEC) (defined in Print) | ||
| println(unsigned long long, int=DEC) (defined in Print) | ||
| println(float, int=2) (defined in Print) | ||
| println(double, int=2) (defined in Print) | ||
| println(const Printable &) (defined in Print) | ||
| println(void) (defined in Print) | ||
| read(void) (defined in TwoWire) | TwoWire | virtual |
| readBytes(char *buffer, size_t length) (defined in Stream) | Stream | virtual |
| readBytes(uint8_t *buffer, size_t length) (defined in Stream) | Stream | inline |
| readBytesUntil(char terminator, char *buffer, size_t length) (defined in Stream) | Stream | virtual |
| readBytesUntil(char terminator, uint8_t *buffer, size_t length) (defined in Stream) | Stream | inline |
| readString() (defined in Stream) | Stream | |
| readStringUntil(char terminator) (defined in Stream) | Stream | |
| requestFrom(uint8_t, uint8_t) (defined in TwoWire) | TwoWire | |
| requestFrom(uint8_t, uint8_t, uint8_t) (defined in TwoWire) | TwoWire | |
| requestFrom(uint8_t, size_t, bool) (defined in TwoWire) | TwoWire | |
| requestFrom(uint8_t, uint8_t, uint32_t, uint8_t, uint8_t) (defined in TwoWire) | TwoWire | |
| requestFrom(int, int) (defined in TwoWire) | TwoWire | |
| requestFrom(int, int, int) (defined in TwoWire) | TwoWire | |
| scanSlaves(const uint8_t starting_address=0x01) | TwoWire | |
| setClock(uint32_t) (defined in TwoWire) | TwoWire | |
| setSCL(uint32_t scl) (defined in TwoWire) | TwoWire | inline |
| setSCL(PinName scl) (defined in TwoWire) | TwoWire | inline |
| setSDA(uint32_t sda) (defined in TwoWire) | TwoWire | inline |
| setSDA(PinName sda) (defined in TwoWire) | TwoWire | inline |
| setTimeout(unsigned long timeout) (defined in Stream) | Stream | |
| setUseSoftTwi(const bool use) | TwoWire | |
| setWireTimeout(uint32_t timeout=25000U, bool reset_with_timeout=false) (defined in TwoWire) | TwoWire | |
| setWriteError(int err=1) (defined in Print) | inlineprotected | |
| Stream() (defined in Stream) | Stream | inline |
| switchToPinsSCLSDA(const uint32_t scl, const uint32_t sda) | TwoWire | |
| switchToPinsSCLSDA(const PinName scl, const PinName sda) | TwoWire | |
| switchToPort(const uint32_t port) | TwoWire | |
| timedPeek() (defined in Stream) | Stream | protected |
| timedRead() (defined in Stream) | Stream | protected |
| TwoWire() (defined in TwoWire) | TwoWire | |
| TwoWire(uint32_t sda, uint32_t scl) (defined in TwoWire) | TwoWire | |
| vprintf(const __FlashStringHelper *format, va_list ap) (defined in Print) | ||
| vprintf(const char *format, va_list ap) (defined in Print) | ||
| write(uint8_t) (defined in TwoWire) | TwoWire | virtual |
| write(const uint8_t *, size_t) | TwoWire | virtual |
| write(unsigned long n) (defined in TwoWire) | TwoWire | inline |
| write(long n) (defined in TwoWire) | TwoWire | inline |
| write(unsigned int n) (defined in TwoWire) | TwoWire | inline |
| write(int n) (defined in TwoWire) | TwoWire | inline |
| write(const char *str) (defined in TwoWire) | TwoWire | inline |
| write(const char *buffer, size_t size) (defined in TwoWire) | TwoWire | inline |
| ~TwoWire() | TwoWire |