|
Agile Modbus 1.1.4
Lightweight modbus protocol stack.
|
TCP structure. More...
#include <agile_modbus_tcp.h>

Data Fields | |
| agile_modbus_t | _ctx |
| modbus handle | |
| uint16_t | t_id |
| Extract from MODBUS Messaging on TCP/IP Implementation Guide V1.0b (page 23/46): The transaction identifier is used to associate the future response with the request. | |
TCP structure.
Definition at line 57 of file agile_modbus_tcp.h.
| agile_modbus_t agile_modbus_tcp::_ctx |
modbus handle
Definition at line 58 of file agile_modbus_tcp.h.
| uint16_t agile_modbus_tcp::t_id |
Extract from MODBUS Messaging on TCP/IP Implementation Guide V1.0b (page 23/46): The transaction identifier is used to associate the future response with the request.
This identifier is unique on each TCP connection.
Definition at line 59 of file agile_modbus_tcp.h.