|
ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
|
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) | |
Remote log packet structure carrying log level and message text.