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

Method getStreamSocketPort

src/output/StreamThreadBase.h:90–90  ·  view source on GitHub ↗

Returns the socket port for the specified client @param clientID specifies which client the port id requested @return the socket port for ex. to data send to

Source from the content-addressed store, hash-verified

88 /// @param clientID specifies which client the port id requested
89 /// @return the socket port for ex. to data send to
90 virtual int getStreamSocketPort(int UNUSED(clientID)) const { return 0; }
91
92 private:
93

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected