- add
int function(nn_sockbase*, nn_pipe*) add;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- destroy
void function(nn_sockbase*) destroy;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- events
int function(nn_sockbase*) events;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- getopt
int function(nn_sockbase*, int level, int option, void* optval, size_t* optvallen) getopt;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- in_
void function(nn_sockbase*, nn_pipe*) in_;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- out_
void function(nn_sockbase*, nn_pipe*) out_;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- recv
int function(nn_sockbase*, nn_msg*) recv;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- rm
void function(nn_sockbase*, nn_pipe*) rm;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- send
int function(nn_sockbase*, nn_msg*) send;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- setopt
int function(nn_sockbase*, int level, int option, const void* optval, size_t optvallen) setopt;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- stop
void function(nn_sockbase*) stop;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.