Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
openlcb::TcpMessage Struct Reference

This is not used at the moment, as TCP packet routing is not supported yet. More...

#include <IfTcp.hxx>

Public Attributes

NodeHandle dst
 Destination node, or {0,0} for broadcast. Helper function for routing.
 
string data
 Rendered string for the message payload.
 

Detailed Description

This is not used at the moment, as TCP packet routing is not supported yet.

Definition at line 45 of file IfTcp.hxx.

Member Data Documentation

◆ data

string openlcb::TcpMessage::data

Rendered string for the message payload.

Includes the header (flags and length as well).

Definition at line 51 of file IfTcp.hxx.

◆ dst

NodeHandle openlcb::TcpMessage::dst

Destination node, or {0,0} for broadcast. Helper function for routing.

Definition at line 48 of file IfTcp.hxx.


The documentation for this struct was generated from the following file: