| Return Type | Function name | Arguments |
|---|---|---|
| void | hzFtpClient::SetDebug | (bool,) |
Declared and defined in file: hzFtpClient.h
Function Logic:
Function body:
void hzFtpClient::SetDebug (bool bDebug)
{ m_bDebug = bDebug ; m_ConnControl.SetDebug(bDebug) ; }