Agile Modbus  1.1.4
Lightweight modbus protocol stack.
agile_modbus_tcp Struct Reference

TCP structure. More...

#include <agile_modbus_tcp.h>

Collaboration diagram for agile_modbus_tcp:

Data Fields

agile_modbus_t _ctx
 modbus handle More...
 
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. More...
 

Detailed Description

TCP structure.

Definition at line 57 of file agile_modbus_tcp.h.

Field Documentation

◆ _ctx

agile_modbus_t agile_modbus_tcp::_ctx

modbus handle

Definition at line 58 of file agile_modbus_tcp.h.

◆ t_id

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.


The documentation for this struct was generated from the following file: