Return TypeFunction nameArguments
boolhzIpListen::UseUNIX(void)

Declared and defined in file: hzIpServer.h

Function Logic:

Function body:

bool hzIpListen::UseUNIX (void)
                                           { return m_bOpflags & HZ_LISTEN_UNIX ? true : false ; }