|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
ascii-chat Client Protocol Handler Interface More...
Go to the source code of this file.
Functions | |
| int | protocol_start_connection () |
| Start protocol connection handling. | |
| void | protocol_stop_connection () |
| Stop protocol connection handling. | |
| bool | protocol_connection_lost () |
| Check if connection has been lost. | |
| const acip_client_callbacks_t * | protocol_get_acip_callbacks () |
| Get ACIP client callbacks for packet dispatch. | |
ascii-chat Client Protocol Handler Interface
Defines the protocol handling interface for client-side packet processing and data reception thread management.
Definition in file client/protocol.h.