ascii-chat 0.6.0
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
src/client/protocol.h
Go to the documentation of this file.
1
13#pragma once
14
15#include <stdbool.h>
17
25
32
40
const acip_client_callbacks_t * protocol_get_acip_callbacks()
Get ACIP client callbacks for packet dispatch.
void protocol_stop_connection()
Stop protocol connection handling.
int protocol_start_connection()
Start protocol connection handling.
bool protocol_connection_lost()
Check if connection has been lost.
ACIP protocol packet handlers (transport-agnostic)
Client-side packet handler callbacks.
Definition handlers.h:51