Wraps a parsed frame.
The unit address.
The function code as it appeared on the wire.
The exception code, or null.
The protocol data unit.
ReadonlyaddressThe unit address the frame is addressed to or came from.
ReadonlyexceptionThe exception a device reported, or null when it served the request.
ReadonlyfunctionThe function code. An exception response carries the request's code with its high bit set, as it appeared on the wire.
ReadonlypduThe protocol data unit: the function code and its data.
A received frame whose CRC has been verified, which reads its own values.
Example