Return TypeFunction nameArguments
uint32_thzHttpEvent::EventNo(void)

Declared and defined in file: hzHttpServer.h

Function Logic:

Function body:

uint32_t hzHttpEvent::EventNo (void)
                                           { return m_pCx ? m_pCx->EventNo() : 0; }