modm API documentation
|
Public Member Functions | |
Reading (uint8_t *buffer, std::size_t length, OperationAfterRead next) | |
Public Attributes | |
uint8_t * | buffer |
std::size_t | length |
OperationAfterRead | next |
|
inline |
Contains the information required to begin a read operation.
buffer | buffer to be filled with the bytes received from the slave |
length | number of bytes to be read |
next | operation following the successful reading from the slave |