uv_udp_s

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Mixins

__anonymous
mixin UV_HANDLE_FIELDS
Undocumented in source.
__anonymous
mixin UV_UDP_PRIVATE_FIELDS
Undocumented in source.

Variables

send_queue_count
size_t send_queue_count;
Undocumented in source.
send_queue_size
size_t send_queue_size;
Undocumented in source.

Mixed In Members

From mixin UV_HANDLE_FIELDS

data
void* data;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
loop
uv_loop_t* loop;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
type
uv_handle_type type;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
close_cb
uv_close_cb close_cb;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
handle_queue
void*[2] handle_queue;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
u_s
union u_s
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
u
u_s u;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
__anonymous
mixin UV_HANDLE_PRIVATE_FIELDS
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

From mixin UV_UDP_PRIVATE_FIELDS

socket
SOCKET socket;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
reqs_pending
uint reqs_pending;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
activecnt
int activecnt;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
recv_req
uv_req_t recv_req;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
recv_buffer
uv_buf_t recv_buffer;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
recv_from
sockaddr_storage recv_from;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
recv_from_len
int recv_from_len;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
recv_cb
uv_udp_recv_cb recv_cb;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
alloc_cb
uv_alloc_cb alloc_cb;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
func_wsarecv
LPFN_WSARECV func_wsarecv;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
func_wsarecvfrom
LPFN_WSARECVFROM func_wsarecvfrom;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta