![]() |
Scanframe Modular Application 0.1.0
|
Byte aligned packet header. More...
#include <InformationPacket.h>
Public Attributes | |
EType | type {} |
Type of the header. | |
uint32_t | size {0} |
size of the data attached in the payload. | |
uint32_t | sequence {0} |
Sequence number for tracking order of handling while debugging. | |
Byte aligned packet header.
uint32_t sf::InformationPacket::Header::sequence {0} |
Sequence number for tracking order of handling while debugging.
uint32_t sf::InformationPacket::Header::size {0} |
size of the data attached in the payload.
EType sf::InformationPacket::Header::type {} |
Type of the header.