| Return Type | Function name | Arguments |
|---|---|---|
| bool | hzIpListen::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 ; }