Return TypeFunction nameArguments
boolhzIpListen::UseUDP(void)

Declared and defined in file: hzIpServer.h

Function Logic:

Function body:

bool hzIpListen::UseUDP (void)
                                           { return m_bOpflags & HZ_LISTEN_UDP ? true : false ; }