Return TypeFunction nameArguments
boolhzIpConnex::MsgComplete(void)

Declared and defined in file: hzIpServer.h

Function Logic:

Function body:

bool hzIpConnex::MsgComplete (void)
                                   { return m_nExpected && m_Input.Size() >&eq; (m_nExpected + m_nStart) ? true : false ; }