Return TypeFunction nameArguments
voidhzFtpClient::SetDebug(bool,)

Declared and defined in file: hzFtpClient.h

Function Logic:

0:START 1:m_bDebug items 2: No text

Function body:

void hzFtpClient::SetDebug (bool bDebug)
                                           { m_bDebug = bDebug ; m_ConnControl.SetDebug(bDebug) ; }