modm API documentation
|
Public Member Functions | |
Writing (const uint8_t *buffer, std::size_t length, OperationAfterWrite next) | |
Public Attributes | |
const uint8_t * | buffer |
std::size_t | length |
OperationAfterWrite | next |
|
inline |
Contains the information required to begin a write operation.
buffer | buffer containing the data to write to the slave |
length | number of bytes to be written |
next | operation following the successful writing to the slave |