deimos.nanomsg.reqrep

Undocumented in source.

Members

Functions

nn_req_recv
int nn_req_recv(int s, nn_req_handle* hndl, void* buf, size_t len, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
nn_req_send
int nn_req_send(int s, nn_req_handle hndl, const(void)* buf, size_t len, int flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

NN_PROTO_REQREP
enum NN_PROTO_REQREP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_REP
enum NN_REP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_REQ
enum NN_REQ;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NN_REQ_RESEND_IVL
enum NN_REQ_RESEND_IVL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Unions

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

Meta