UV_UDP_PRIVATE_FIELDS

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

Members

Variables

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.
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.
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_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.
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_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.
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.
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.

Meta