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

ACDS client connection handle. More...

#include <lib/network/acip/acds_client.h>

Data Fields

acds_client_config_t config
 
socket_t socket
 TCP socket to ACDS server.
 
bool connected
 Connection status.
 

Detailed Description

ACDS client connection handle.

Definition at line 53 of file acds_client.h.

Field Documentation

◆ config

acds_client_config_t acds_client_t::config

Definition at line 54 of file acds_client.h.

Referenced by acds_client_connect().

◆ connected

bool acds_client_t::connected

◆ socket

socket_t acds_client_t::socket

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