|
Open Model Railroad Network (OpenMRN)
|
Container for holding an arbitrary untyped data stream. More...
#include <ByteBuffer.hxx>
Public Attributes | |
| uint8_t | payload [RAWBUFFER_SIZE] |
Static Public Attributes | |
| static constexpr size_t | MAX_SIZE = RAWBUFFER_SIZE |
| Maximum length that can be stored in a single RawBuffer. | |
Container for holding an arbitrary untyped data stream.
Definition at line 48 of file ByteBuffer.hxx.
|
staticconstexpr |
Maximum length that can be stored in a single RawBuffer.
Definition at line 52 of file ByteBuffer.hxx.
| uint8_t RawData::payload[RAWBUFFER_SIZE] |
Definition at line 50 of file ByteBuffer.hxx.