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