Intermediate structure to pass data from the Modbus callback to tasks. More...
Public Attributes | |
| uint8_t | data [MAX_MODBUS_RESPONSE_LENGTH] |
| Raw data buffer. | |
| size_t | length |
| Number of valid bytes in the buffer. | |
| uint8_t | deviceId |
| ID of the responding device (Optional). | |
| uint32_t | order |
| Order token for correlation (Optional). | |
Intermediate structure to pass data from the Modbus callback to tasks.