derelict.enet.funcs

Undocumented in source.

Members

Aliases

da_enet_address_get_host
alias da_enet_address_get_host = int function(const 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.
da_enet_address_get_host_ip
alias da_enet_address_get_host_ip = int function(const 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.
da_enet_address_set_host
alias da_enet_address_set_host = int function(ENetAddress* address, const char* hostName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_enet_address_set_host_ip
alias da_enet_address_set_host_ip = int function(ENetAddress* address, const char* hostName)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_enet_crc32
alias da_enet_crc32 = enet_uint32 function(const 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.
da_enet_deinitialize
alias da_enet_deinitialize = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_enet_host_bandwidth_limit
alias da_enet_host_bandwidth_limit = void function(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.
da_enet_host_broadcast
alias da_enet_host_broadcast = void function(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.
da_enet_host_channel_limit
alias da_enet_host_channel_limit = void function(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.
da_enet_host_check_events
alias da_enet_host_check_events = int function(ENetHost*, ENetEvent*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_enet_host_compress
alias da_enet_host_compress = void function(ENetHost*, const ENetCompressor*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_enet_host_compress_with_range_coder
alias da_enet_host_compress_with_range_coder = int function(ENetHost* host)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_enet_host_connect
alias da_enet_host_connect = ENetPeer* function(ENetHost*, const 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.
da_enet_host_create
alias da_enet_host_create = ENetHost* function(const 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.
da_enet_host_destroy
alias da_enet_host_destroy = void function(ENetHost*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_enet_host_flush
alias da_enet_host_flush = void function(ENetHost*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_enet_host_service
alias da_enet_host_service = int function(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.
da_enet_initialize
alias da_enet_initialize = int function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_enet_initialize_with_callbacks
alias da_enet_initialize_with_callbacks = int function(ENetVersion version_, const ENetCallbacks* inits)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_enet_linked_version
alias da_enet_linked_version = ENetVersion function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_enet_packet_create
alias da_enet_packet_create = ENetPacket* function(const 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.
da_enet_packet_destroy
alias da_enet_packet_destroy = void function(ENetPacket*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_enet_packet_resize
alias da_enet_packet_resize = int function(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.
da_enet_peer_disconnect
alias da_enet_peer_disconnect = void function(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.
da_enet_peer_disconnect_later
alias da_enet_peer_disconnect_later = void function(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.
da_enet_peer_disconnect_now
alias da_enet_peer_disconnect_now = void function(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.
da_enet_peer_ping
alias da_enet_peer_ping = void function(ENetPeer*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_enet_peer_ping_interval
alias da_enet_peer_ping_interval = void function(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.
da_enet_peer_receive
alias da_enet_peer_receive = ENetPacket* function(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.
da_enet_peer_reset
alias da_enet_peer_reset = void function(ENetPeer*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_enet_peer_send
alias da_enet_peer_send = int function(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.
da_enet_peer_throttle_configure
alias da_enet_peer_throttle_configure = void function(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.
da_enet_peer_timeout
alias da_enet_peer_timeout = void function(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.
da_enet_range_coder_compress
alias da_enet_range_coder_compress = size_t function(void*, const 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.
da_enet_range_coder_create
alias da_enet_range_coder_create = void* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_enet_range_coder_decompress
alias da_enet_range_coder_decompress = size_t function(void*, const 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.
da_enet_range_coder_destroy
alias da_enet_range_coder_destroy = void function(void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_enet_socket_accept
alias da_enet_socket_accept = ENetSocket function(ENetSocket, ENetAddress*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_enet_socket_bind
alias da_enet_socket_bind = int function(ENetSocket, const ENetAddress*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_enet_socket_connect
alias da_enet_socket_connect = int function(ENetSocket, const ENetAddress*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_enet_socket_create
alias da_enet_socket_create = ENetSocket function(ENetSocketType)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_enet_socket_destroy
alias da_enet_socket_destroy = void function(ENetSocket)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_enet_socket_get_address
alias da_enet_socket_get_address = int function(ENetSocket, ENetAddress*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_enet_socket_get_option
alias da_enet_socket_get_option = int function(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.
da_enet_socket_listen
alias da_enet_socket_listen = int function(ENetSocket, int)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_enet_socket_receive
alias da_enet_socket_receive = int function(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.
da_enet_socket_send
alias da_enet_socket_send = int function(ENetSocket, const ENetAddress*, const 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.
da_enet_socket_set_option
alias da_enet_socket_set_option = int function(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.
da_enet_socket_shutdown
alias da_enet_socket_shutdown = int function(ENetSocket, ENetSocketShutdown)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_enet_socket_wait
alias da_enet_socket_wait = int function(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.
da_enet_socketset_select
alias da_enet_socketset_select = int function(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.
da_enet_time_get
alias da_enet_time_get = enet_uint32 function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_enet_time_set
alias da_enet_time_set = void function(enet_uint32)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

enet_address_get_host
da_enet_address_get_host enet_address_get_host;
Undocumented in source.
enet_address_get_host_ip
da_enet_address_get_host_ip enet_address_get_host_ip;
Undocumented in source.
enet_address_set_host
da_enet_address_set_host enet_address_set_host;
Undocumented in source.
enet_address_set_host_ip
da_enet_address_set_host_ip enet_address_set_host_ip;
Undocumented in source.
enet_crc32
da_enet_crc32 enet_crc32;
Undocumented in source.
enet_deinitialize
da_enet_deinitialize enet_deinitialize;
Undocumented in source.
enet_host_bandwidth_limit
da_enet_host_bandwidth_limit enet_host_bandwidth_limit;
Undocumented in source.
enet_host_broadcast
da_enet_host_broadcast enet_host_broadcast;
Undocumented in source.
enet_host_channel_limit
da_enet_host_channel_limit enet_host_channel_limit;
Undocumented in source.
enet_host_check_events
da_enet_host_check_events enet_host_check_events;
Undocumented in source.
enet_host_compress
da_enet_host_compress enet_host_compress;
Undocumented in source.
enet_host_compress_with_range_coder
da_enet_host_compress_with_range_coder enet_host_compress_with_range_coder;
Undocumented in source.
enet_host_connect
da_enet_host_connect enet_host_connect;
Undocumented in source.
enet_host_create
da_enet_host_create enet_host_create;
Undocumented in source.
enet_host_destroy
da_enet_host_destroy enet_host_destroy;
Undocumented in source.
enet_host_flush
da_enet_host_flush enet_host_flush;
Undocumented in source.
enet_host_service
da_enet_host_service enet_host_service;
Undocumented in source.
enet_initialize
da_enet_initialize enet_initialize;
Undocumented in source.
enet_initialize_with_callbacks
da_enet_initialize_with_callbacks enet_initialize_with_callbacks;
Undocumented in source.
enet_linked_version
da_enet_linked_version enet_linked_version;
Undocumented in source.
enet_packet_create
da_enet_packet_create enet_packet_create;
Undocumented in source.
enet_packet_destroy
da_enet_packet_destroy enet_packet_destroy;
Undocumented in source.
enet_packet_resize
da_enet_packet_resize enet_packet_resize;
Undocumented in source.
enet_peer_disconnect
da_enet_peer_disconnect enet_peer_disconnect;
Undocumented in source.
enet_peer_disconnect_later
da_enet_peer_disconnect_later enet_peer_disconnect_later;
Undocumented in source.
enet_peer_disconnect_now
da_enet_peer_disconnect_now enet_peer_disconnect_now;
Undocumented in source.
enet_peer_ping
da_enet_peer_ping enet_peer_ping;
Undocumented in source.
enet_peer_ping_interval
da_enet_peer_ping_interval enet_peer_ping_interval;
Undocumented in source.
enet_peer_receive
da_enet_peer_receive enet_peer_receive;
Undocumented in source.
enet_peer_reset
da_enet_peer_reset enet_peer_reset;
Undocumented in source.
enet_peer_send
da_enet_peer_send enet_peer_send;
Undocumented in source.
enet_peer_throttle_configure
da_enet_peer_throttle_configure enet_peer_throttle_configure;
Undocumented in source.
enet_peer_timeout
da_enet_peer_timeout enet_peer_timeout;
Undocumented in source.
enet_range_coder_compress
da_enet_range_coder_compress enet_range_coder_compress;
Undocumented in source.
enet_range_coder_create
da_enet_range_coder_create enet_range_coder_create;
Undocumented in source.
enet_range_coder_decompress
da_enet_range_coder_decompress enet_range_coder_decompress;
Undocumented in source.
enet_range_coder_destroy
da_enet_range_coder_destroy enet_range_coder_destroy;
Undocumented in source.
enet_socket_accept
da_enet_socket_accept enet_socket_accept;
Undocumented in source.
enet_socket_bind
da_enet_socket_bind enet_socket_bind;
Undocumented in source.
enet_socket_connect
da_enet_socket_connect enet_socket_connect;
Undocumented in source.
enet_socket_create
da_enet_socket_create enet_socket_create;
Undocumented in source.
enet_socket_destroy
da_enet_socket_destroy enet_socket_destroy;
Undocumented in source.
enet_socket_get_address
da_enet_socket_get_address enet_socket_get_address;
Undocumented in source.
enet_socket_get_option
da_enet_socket_get_option enet_socket_get_option;
Undocumented in source.
enet_socket_listen
da_enet_socket_listen enet_socket_listen;
Undocumented in source.
enet_socket_receive
da_enet_socket_receive enet_socket_receive;
Undocumented in source.
enet_socket_send
da_enet_socket_send enet_socket_send;
Undocumented in source.
enet_socket_set_option
da_enet_socket_set_option enet_socket_set_option;
Undocumented in source.
enet_socket_shutdown
da_enet_socket_shutdown enet_socket_shutdown;
Undocumented in source.
enet_socket_wait
da_enet_socket_wait enet_socket_wait;
Undocumented in source.
enet_socketset_select
da_enet_socketset_select enet_socketset_select;
Undocumented in source.
enet_time_get
da_enet_time_get enet_time_get;
Undocumented in source.

Meta