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
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected