MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / GetStatus

Method GetStatus

netcon/inetfile/CFtp.cpp:259–259  ·  view source on GitHub ↗

Returns a value to specify the status (ie. connecting/connected/transferring/done)

Source from the content-addressed store, hash-verified

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

Callers 5

IsConnectingMethod · 0.45
IsReceivingMethod · 0.45
IsFileReceivedMethod · 0.45
IsFileErrorMethod · 0.45
GetErrorCodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected