Back to Site
Loading...
Searching...
No Matches
librats::FrameHeader Struct Reference

Fixed header of an inner message. More...

#include <frame.h>

Public Attributes

MessageType type = MessageType::App
 
uint8_t flags = 0
 
uint16_t channel = 0
 interned application channel id (0 for non-App)
 

Detailed Description

Fixed header of an inner message.

Definition at line 50 of file frame.h.

Member Data Documentation

◆ channel

uint16_t librats::FrameHeader::channel = 0

interned application channel id (0 for non-App)

Definition at line 53 of file frame.h.

◆ flags

uint8_t librats::FrameHeader::flags = 0

Definition at line 52 of file frame.h.

◆ type

MessageType librats::FrameHeader::type = MessageType::App

Definition at line 51 of file frame.h.


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