![]() |
eBoard 🐩
①⑧⑨
Written for SIA 2017/2018
|
This is the complete list of members for TwoWire, including all inherited members.
available(void) | TwoWire | virtual |
begin() | TwoWire | |
begin(uint8_t address) | TwoWire | |
begin(int address) | TwoWire | inline |
beginTransmission(uint8_t address) | TwoWire | |
beginTransmission(int address) | TwoWire | inline |
endTransmission(void) | TwoWire | inline |
endTransmission(uint8_t sendStop) | TwoWire | |
flush(void) | TwoWire | virtual |
onReceive(void(*function)(int)) | TwoWire | |
onReceiveService(uint8_t *inBytes, int numBytes) | TwoWire | privatestatic |
onRequest(void(*function)(void)) | TwoWire | |
onRequestService(void) | TwoWire | privatestatic |
peek(void) | TwoWire | virtual |
read(void) | TwoWire | virtual |
requestFrom(uint8_t address, uint8_t quantity) | TwoWire | inline |
requestFrom(uint8_t address, uint8_t quantity, uint8_t sendStop) | TwoWire | |
requestFrom(int address, int quantity) | TwoWire | inline |
requestFrom(int address, int quantity, int sendStop) | TwoWire | inline |
rxBuffer | TwoWire | privatestatic |
rxBufferIndex | TwoWire | privatestatic |
rxBufferLength | TwoWire | privatestatic |
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 data) | TwoWire | virtual |
write(const uint8_t *data, size_t quantity) | TwoWire | virtual |