Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
sf::InformationPacket::Header Struct Reference

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.
 

Detailed Description

Byte aligned packet header.

Member Data Documentation

◆ sequence

uint32_t sf::InformationPacket::Header::sequence {0}

Sequence number for tracking order of handling while debugging.

◆ size

uint32_t sf::InformationPacket::Header::size {0}

size of the data attached in the payload.

◆ type

EType sf::InformationPacket::Header::type {}

Type of the header.


The documentation for this struct was generated from the following file: