ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
remote_log_packet_t Struct Reference

Remote log packet structure carrying log level and message text. More...

#include <lib/network/packet.h>

Data Fields

uint8_t log_level
 Log level associated with the message (log_level_t cast to uint8_t)
 
uint8_t direction
 Direction hint so receivers can annotate origin.
 
uint16_t flags
 Additional flags (REMOTE_LOG_FLAG_*)
 
uint32_t message_length
 Message payload length in bytes (0-512)
 

Detailed Description

Remote log packet structure carrying log level and message text.

Definition at line 633 of file packet.h.


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