ESP8266
|
This is the complete list of members for TwoWire, including all inherited members.
_startMillis | Stream | protected |
_timeout | Stream | protected |
available(void) | TwoWire | virtual |
begin(int sda, int scl) | TwoWire | |
begin() | TwoWire | |
begin(uint8_t) | TwoWire | |
begin(int) | TwoWire | |
beginTransmission(uint8_t) | TwoWire | |
beginTransmission(int) | TwoWire | |
clearWriteError() | ||
endTransmission(void) | TwoWire | |
endTransmission(uint8_t) | TwoWire | |
find(const char *target) | Stream | |
find(uint8_t *target) | Stream | |
find(const char *target, size_t length) | Stream | |
find(const uint8_t *target, size_t length) | Stream | |
find(char target) | Stream | |
findUntil(const char *target, const char *terminator) | Stream | |
findUntil(const uint8_t *target, const char *terminator) | Stream | |
findUntil(const char *target, size_t targetLen, const char *terminate, size_t termLen) | Stream | |
findUntil(const uint8_t *target, size_t targetLen, const char *terminate, size_t termLen) | Stream | |
flush(void) | TwoWire | virtual |
getWriteError() | ||
onReceive(void(*)(int)) | TwoWire | |
onReceiveService(uint8_t *, int) | TwoWire | privatestatic |
onRequest(void(*)(void)) | TwoWire | |
onRequestService(void) | TwoWire | privatestatic |
parseFloat() | Stream | |
parseFloat(char skipChar) | Stream | protected |
parseInt() | Stream | |
parseInt(char skipChar) | Stream | protected |
peek(void) | TwoWire | virtual |
peekNextDigit() | Stream | protected |
pins(int sda, int scl) __attribute__((deprecated)) | TwoWire | |
Print() | ||
print(const __FlashStringHelper *) | ||
print(const String &) | ||
print(const char[]) | ||
print(char) | ||
print(unsigned char, int=10) | ||
print(int, int=10) | ||
print(unsigned int, int=10) | ||
print(long, int=10) | ||
print(unsigned long, int=10) | ||
print(double, int=2) | ||
print(const Printable &) | ||
printf(const char *format,...) __attribute__((format(printf | ||
println(const __FlashStringHelper *) | ||
println(const String &s) | ||
println(const char[]) | ||
println(char) | ||
println(unsigned char, int=10) | ||
println(int, int=10) | ||
println(unsigned int, int=10) | ||
println(long, int=10) | ||
println(unsigned long, int=10) | ||
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 | |
readBytesUntil(char terminator, char *buffer, size_t length) | Stream | |
readBytesUntil(char terminator, uint8_t *buffer, size_t length) | Stream | |
readString() | Stream | |
readStringUntil(char terminator) | Stream | |
requestFrom(uint8_t address, size_t size, bool sendStop) | TwoWire | |
requestFrom(uint8_t, uint8_t) | TwoWire | |
requestFrom(uint8_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) | protected | |
Stream() | Stream | |
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 | |
write(long n) | TwoWire | |
write(unsigned int n) | TwoWire | |
write(int n) | TwoWire | |
Stream::write(const char *str) | ||
Stream::write(const char *buffer, size_t size) |