| Return Type | Function name | Arguments |
|---|---|---|
| uint32_t | hzHttpEvent::CliSocket | (void) |
Declared and defined in file: hzHttpServer.h
Function Logic:
Function body:
uint32_t hzHttpEvent::CliSocket (void)
{ return m_pCx ? m_pCx->CliSocket() : 0; }