Struct SMsgHeader#
Defined in File connection.h
Struct Documentation#
-
struct SMsgHeader#
Message header which will be put before a message. Can be used for validation and includes complete size of the message. Other values are not used yet.
Public Members
-
uint32_t msgStart = 0#
marker for the start of the header
-
uint32_t msgId = 0#
message Id, must match for all message packages
-
uint32_t msgSize = 0#
size of the message without the header
-
uint32_t packetNumber = 0#
number of the package starting with 1
-
uint32_t totalPacketCount = 0#
total number of paackes required for the message
-
uint32_t msgEnd = 0#
marker for the end of the header
-
uint32_t msgStart = 0#