Module tcp

Source
Expand description

Modbus RTU

Modules§

server
Modbus TCP server (slave) specific functions.

Structs§

DecodedFrame
An extracted TCP PDU frame.
FrameLocation
The location of all bytes that belong to the frame.
Header
RequestAdu
ResponseAdu

Functions§

decode
Decode TCP PDU frames from a buffer.
extract_frame
Extract a PDU frame out of a buffer.
request_pdu_len
Extract the PDU length out of the ADU request buffer.
response_pdu_len
Extract the PDU length out of the ADU response buffer.

Type Aliases§

TransactionId
UnitId