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

Client information packet structure. More...

#include <lib/network/packet.h>

Data Fields

uint32_t client_id
 Unique client identifier (1-9, 0 = server)
 
char display_name [MAX_DISPLAY_NAME_LEN]
 User display name (null-terminated, max MAX_DISPLAY_NAME_LEN bytes)
 
uint32_t capabilities
 Client capabilities bitmask (CLIENT_CAP_VIDEO | CLIENT_CAP_AUDIO | CLIENT_CAP_COLOR | CLIENT_CAP_STRETCH)
 

Detailed Description

Client information packet structure.

Contains client identification and capability information. Used in multi-user protocol for client join/leave notifications.

Definition at line 545 of file packet.h.


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