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

Method GetHost

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

Source from the content-addressed store, hash-verified

153 bool SetNonBlocking(bool nonblock);
154 unsigned int GetBufSize() { return _inbufSize; }
155 const char *GetHost(void) { return _host.c_str(); }
156 bool SendBytes(const void *buf, unsigned int len);
157
158 // SSL related

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected