#include <mbtcp.h>
Definition at line 26 of file mbtcp.h.
Data Fields | |
u16 | Length |
following bytes number | |
u16 | ProtocolIdentifier |
0 for Modbus protocol | |
u16 | TransactionIdentifier |
copy from server to client | |
u8 | UnitIdentifier |
copy from server to client, maybe map serial address |
|
|
0 for Modbus protocol
Definition at line 28 of file mbtcp.h. Referenced by MBTCPGetMBAP(), MBTCPMakeMBAP(), and MBTCPWriteMBAP(). |
|
copy from server to client
Definition at line 27 of file mbtcp.h. Referenced by MBTCPGetMBAP(), MBTCPMakeMBAP(), MBTCPSendAndWaitResponse(), MBTCPWriteMBAP(), and serial_slave_child(). |
|
copy from server to client, maybe map serial address
Definition at line 30 of file mbtcp.h. Referenced by MBTCPGetMBAP(), MBTCPMakeMBAP(), MBTCPWriteMBAP(), serial_master_child(), and serial_slave_child(). |