nn_pipebase

extern (C) @nogc nothrow nothrow @nogc
struct nn_pipebase {
nn_fsm fsm;
const
nn_pipebase_vfptr* vfptr;
ubyte state;
ubyte instate;
ubyte outstate;
nn_sock* sock;
void* data;
nn_fsm_event IN;
nn_fsm_event OUT;
nn_ep_options options;
}