
Go to the source code of this file.
Classes | |
| struct | _modbus_tcp |
| struct | _modbus_tcp_pi |
Macros | |
| #define | _MODBUS_TCP_CHECKSUM_LENGTH 0 |
| #define | _MODBUS_TCP_HEADER_LENGTH 7 |
| #define | _MODBUS_TCP_PI_NODE_LENGTH 1025 |
| #define | _MODBUS_TCP_PI_SERVICE_LENGTH 32 |
| #define | _MODBUS_TCP_PRESET_REQ_LENGTH 12 |
| #define | _MODBUS_TCP_PRESET_RSP_LENGTH 8 |
Typedefs | |
| typedef struct _modbus_tcp_pi | modbus_tcp_pi_t |
| typedef struct _modbus_tcp | modbus_tcp_t |
| #define _MODBUS_TCP_CHECKSUM_LENGTH 0 |
Definition at line 26 of file modbus-tcp-private.h.
| #define _MODBUS_TCP_HEADER_LENGTH 7 |
Definition at line 22 of file modbus-tcp-private.h.
| #define _MODBUS_TCP_PI_NODE_LENGTH 1025 |
Definition at line 35 of file modbus-tcp-private.h.
| #define _MODBUS_TCP_PI_SERVICE_LENGTH 32 |
Definition at line 36 of file modbus-tcp-private.h.
| #define _MODBUS_TCP_PRESET_REQ_LENGTH 12 |
Definition at line 23 of file modbus-tcp-private.h.
| #define _MODBUS_TCP_PRESET_RSP_LENGTH 8 |
Definition at line 24 of file modbus-tcp-private.h.
| typedef struct _modbus_tcp_pi modbus_tcp_pi_t |
| typedef struct _modbus_tcp modbus_tcp_t |