Meta data contained in a UDP header. More...
#include <SafeVisionaryDataStream.h>
Public Attributes | |
uint16_t | blobNumber |
BLOB number, incremented for each new Blob. More... | |
uint16_t | dataLength |
length of the payload within the fragment More... | |
uint16_t | fragmentNumber |
fragment number, incremented for each new fragment of the Blob More... | |
bool | isLastFragment |
flag whether this was the last fragment of a Blob More... | |
Meta data contained in a UDP header.
Definition at line 32 of file SafeVisionaryDataStream.h.
uint16_t visionary::UdpProtocolData::blobNumber |
BLOB number, incremented for each new Blob.
Definition at line 34 of file SafeVisionaryDataStream.h.
uint16_t visionary::UdpProtocolData::dataLength |
length of the payload within the fragment
Definition at line 36 of file SafeVisionaryDataStream.h.
uint16_t visionary::UdpProtocolData::fragmentNumber |
fragment number, incremented for each new fragment of the Blob
Definition at line 35 of file SafeVisionaryDataStream.h.
bool visionary::UdpProtocolData::isLastFragment |
flag whether this was the last fragment of a Blob
Definition at line 37 of file SafeVisionaryDataStream.h.