Returns a value to specify the status (ie. connecting/connected/transferring/done)
| 257 | |
| 258 | // Returns a value to specify the status (ie. connecting/connected/transferring/done) |
| 259 | int CFtpGet::GetStatus() { return m_State; } |
| 260 | |
| 261 | uint32_t CFtpGet::GetBytesIn() { return m_iBytesIn; } |
| 262 |
no outgoing calls
no test coverage detected