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

Method SetNonBlocking

cpp/src/platform/HttpClient.cpp:455–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

453}
454
455bool TcpSocket::SetNonBlocking
456(
457bool nonblock
458)
459{
460 _nonblocking = nonblock;
461 return _SetNonBlocking(_s, nonblock);
462}
463
464void TcpSocket::SetBufsizeIn
465(

Callers 1

addMethod · 0.80

Calls 1

_SetNonBlockingFunction · 0.85

Tested by

no test coverage detected