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

Function _GetError

cpp/src/platform/HttpClient.cpp:175–184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173#define DEFAULT_BUFSIZE 4096
174
175inline int _GetError
176(
177)
178{
179#ifdef _WIN32
180 return WSAGetLastError();
181#else
182 return errno;
183#endif
184}
185
186inline std::string _GetErrorStr
187(

Callers 5

InitNetworkFunction · 0.85
_ResolveFunction · 0.85
_openSocketFunction · 0.85
SendBytesMethod · 0.85
updateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected