enet.funcs

Undocumented in source.

Members

Functions

enet_address_get_host
int enet_address_get_host(ENetAddress* address, char* hostName, size_t nameLength)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_address_get_host_ip
int enet_address_get_host_ip(ENetAddress* address, char* hostName, size_t nameLength)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_address_set_host
int enet_address_set_host(ENetAddress* address, char* hostName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_address_set_host_ip
int enet_address_set_host_ip(ENetAddress* address, char* hostName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_crc32
enet_uint32 enet_crc32(ENetBuffer* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_deinitialize
void enet_deinitialize()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_host_bandwidth_limit
void enet_host_bandwidth_limit(ENetHost* , enet_uint32 , enet_uint32 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_host_broadcast
void enet_host_broadcast(ENetHost* , enet_uint8 , ENetPacket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_host_channel_limit
void enet_host_channel_limit(ENetHost* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_host_check_events
int enet_host_check_events(ENetHost* , ENetEvent* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_host_compress
void enet_host_compress(ENetHost* , ENetCompressor* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_host_compress_with_range_coder
int enet_host_compress_with_range_coder(ENetHost* host)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_host_connect
ENetPeer* enet_host_connect(ENetHost* , ENetAddress* , size_t , enet_uint32 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_host_create
ENetHost* enet_host_create(ENetAddress* , size_t , size_t , enet_uint32 , enet_uint32 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_host_destroy
void enet_host_destroy(ENetHost* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_host_flush
void enet_host_flush(ENetHost* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_host_service
int enet_host_service(ENetHost* , ENetEvent* , enet_uint32 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_initialize
int enet_initialize()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_initialize_with_callbacks
int enet_initialize_with_callbacks(ENetVersion version_, ENetCallbacks* inits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_linked_version
ENetVersion enet_linked_version()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_packet_create
ENetPacket* enet_packet_create(void* , size_t , enet_uint32 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_packet_destroy
void enet_packet_destroy(ENetPacket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_packet_resize
int enet_packet_resize(ENetPacket* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_peer_disconnect
void enet_peer_disconnect(ENetPeer* , enet_uint32 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_peer_disconnect_later
void enet_peer_disconnect_later(ENetPeer* , enet_uint32 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_peer_disconnect_now
void enet_peer_disconnect_now(ENetPeer* , enet_uint32 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_peer_ping
void enet_peer_ping(ENetPeer* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_peer_ping_interval
void enet_peer_ping_interval(ENetPeer* , enet_uint32 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_peer_receive
ENetPacket* enet_peer_receive(ENetPeer* , enet_uint8* channelID)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_peer_reset
void enet_peer_reset(ENetPeer* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_peer_send
int enet_peer_send(ENetPeer* , enet_uint8 , ENetPacket* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_peer_throttle_configure
void enet_peer_throttle_configure(ENetPeer* , enet_uint32 , enet_uint32 , enet_uint32 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_peer_timeout
void enet_peer_timeout(ENetPeer* , enet_uint32 , enet_uint32 , enet_uint32 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_range_coder_compress
size_t enet_range_coder_compress(void* , ENetBuffer* , size_t , size_t , enet_uint8* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_range_coder_create
void* enet_range_coder_create()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_range_coder_decompress
size_t enet_range_coder_decompress(void* , enet_uint8* , size_t , enet_uint8* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_range_coder_destroy
void enet_range_coder_destroy(void* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_socket_accept
ENetSocket enet_socket_accept(ENetSocket , ENetAddress* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_socket_bind
int enet_socket_bind(ENetSocket , ENetAddress* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_socket_connect
int enet_socket_connect(ENetSocket , ENetAddress* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_socket_create
ENetSocket enet_socket_create(ENetSocketType )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_socket_destroy
void enet_socket_destroy(ENetSocket )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_socket_get_address
int enet_socket_get_address(ENetSocket , ENetAddress* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_socket_get_option
int enet_socket_get_option(ENetSocket , ENetSocketOption , int* )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_socket_listen
int enet_socket_listen(ENetSocket , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_socket_receive
int enet_socket_receive(ENetSocket , ENetAddress* , ENetBuffer* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_socket_send
int enet_socket_send(ENetSocket , ENetAddress* , ENetBuffer* , size_t )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_socket_set_option
int enet_socket_set_option(ENetSocket , ENetSocketOption , int )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_socket_shutdown
int enet_socket_shutdown(ENetSocket , ENetSocketShutdown )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_socket_wait
int enet_socket_wait(ENetSocket , enet_uint32* , enet_uint32 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_socketset_select
int enet_socketset_select(ENetSocket , ENetSocketSet* , ENetSocketSet* , enet_uint32 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_time_get
enet_uint32 enet_time_get()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
enet_time_set
void enet_time_set(enet_uint32 )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta