Context of an in-flight Modbus request. More...
Public Attributes | |
| uint32_t | token |
| Unique transaction token. | |
| uint8_t | slaveId |
| ID of the target slave. | |
| uint8_t | sensorId |
| ID of the target sensor. | |
| uint8_t | functionCode |
| Modbus function code used. | |
| RequestType | type |
| Purpose of the request (Discovery or Sampling). | |
Context of an in-flight Modbus request.
Allows tracking the origin and purpose of an asynchronous request.