Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Barracuda09/SATPI
/ setStreamIDandClientID
Method
setStreamIDandClientID
src/StreamClient.h:56–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
55
///
56
void setStreamIDandClientID(int streamID, int id) {
57
_streamID = streamID;
58
_clientID = id;
59
}
60
61
///
62
void teardown();
Callers
1
Stream
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected