Open Model Railroad Network (OpenMRN)
Loading...
Searching...
No Matches
Payload.hxx
Go to the documentation of this file.
1
36#ifndef _OPENLCB_PAYLOAD_HXX_
37#define _OPENLCB_PAYLOAD_HXX_
38
39#include <string>
40
41namespace openlcb {
42
43typedef string Payload;
44
45} // namespace openlcb
46
47#endif // _OPENLCB_PAYLOAD_HXX_
string Payload
Container that carries the data bytes in an NMRAnet message.