Struct UdpProtocolData
Defined in File SafeVisionaryDataStream.h
Struct Documentation
-
struct UdpProtocolData
Meta data contained in a UDP header.
Public Members
-
uint16_t blobNumber
BLOB number, incremented for each new Blob.
-
uint16_t fragmentNumber
fragment number, incremented for each new fragment of the Blob
-
uint16_t dataLength
length of the payload within the fragment
-
bool isLastFragment
flag whether this was the last fragment of a Blob
-
uint16_t blobNumber