|
Agile Modbus 1.1.4
Lightweight modbus protocol stack.
|
contains the modbus header parameter structure More...
#include <agile_modbus.h>
Data Fields | |
| int | slave |
| slave address | |
| int | function |
| function code | |
| int | t_id |
| Transaction identifier. | |
contains the modbus header parameter structure
Definition at line 187 of file agile_modbus.h.
| int agile_modbus_sft::slave |
slave address
Definition at line 188 of file agile_modbus.h.
| int agile_modbus_sft::function |
function code
Definition at line 189 of file agile_modbus.h.
| int agile_modbus_sft::t_id |
Transaction identifier.
Definition at line 190 of file agile_modbus.h.