nn_transport

Transport:

extern (C) @nogc nothrow nothrow @nogc
struct nn_transport {
const(char*) name;
int id;
extern (C)
void function() init;
extern (C)
void function() term;
extern (C)
int function(void* hint, nn_epbase** epbase) bind;
extern (C)
int function(void* hint, nn_epbase** epbase) connect;
extern (C)
nn_optset* function() optset;
nn_list_item item;
}