ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
Loading...
Searching...
No Matches
client/protocol.h
Go to the documentation of this file.
1
13#pragma once
14
15#include <stdbool.h>
16#include <ascii-chat/network/acip/handlers.h>
17
25
32
40
49const acip_client_callbacks_t *protocol_get_acip_callbacks();
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.