|
Open Model Railroad Network (OpenMRN)
|
Message structure for incoming datagram handlers. More...
#include <Datagram.hxx>
Public Attributes | |
| NodeHandle | src |
| Originator of the incoming datagram. | |
| Node * | dst |
| Virtual node that the datagram was addressed to. | |
| DatagramPayload | payload |
| Owned by the current IncomingDatagram object. | |
Message structure for incoming datagram handlers.
Definition at line 54 of file Datagram.hxx.
| Node* openlcb::IncomingDatagram::dst |
Virtual node that the datagram was addressed to.
Definition at line 59 of file Datagram.hxx.
| DatagramPayload openlcb::IncomingDatagram::payload |
Owned by the current IncomingDatagram object.
Includes the datagram ID as the first byte.
Definition at line 62 of file Datagram.hxx.
| NodeHandle openlcb::IncomingDatagram::src |
Originator of the incoming datagram.
Definition at line 57 of file Datagram.hxx.