MCPcopy Create free account
hub / github.com/OpenZWave/open-zwave / GetRemaining

Method GetRemaining

cpp/src/platform/HttpClient.h:281–281  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279 bool QueueRequest(const std::string what, const char *extraRequest = NULL, void *user = NULL);
280
281 unsigned int GetRemaining() const { return _remaining; }
282
283 unsigned int GetStatusCode() const { return _status; }
284 unsigned int GetContentLen() const { return _contentLen; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected