MCPcopy Create free account
hub / github.com/Barracuda09/SATPI / StreamClient

Method StreamClient

src/StreamClient.cpp:32–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30// ============================================================================
31
32StreamClient::StreamClient() :
33 _socketClient(nullptr),
34 _sessionTimeoutCheck(SessionTimeoutCheck::WATCHDOG),
35 _streamID(-1),
36 _clientID(-1),
37 _ipAddress("0.0.0.0"),
38 _watchdog(0),
39 _sessionTimeout(60),
40 _sessionID("-1"),
41 _userAgent("None"),
42 _cseq(0) {}
43
44StreamClient::~StreamClient() {}
45

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected