nn_epbase_init

Creates a new endpoint.

  1. void nn_epbase_init(nn_epbase* self, nn_epbase_vfptr* vfptr, void* hint)
    extern (C) @nogc nothrow nothrow @nogc
    void
    nn_epbase_init
  2. void nn_epbase_init(nn_epbase* self, const(nn_epbase_vfptr)* vfptr, void* hint)

Parameters

hint void*

opaque value that was passed to transport's bind or connect function.