NN_SOCKBASE_EVENT_IN

Base class for all socket types:

Any combination of these events can be returned from 'events' virtual function.

extern (C) @system nothrow @nogc
enum NN_SOCKBASE_EVENT_IN = 1;

Meta