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

Method setProtocol

src/socket/SocketClient.h:81–83  ·  view source on GitHub ↗

Set protocol string @param protocol specifies the protocol this client is using

Source from the content-addressed store, hash-verified

79 /// Set protocol string
80 /// @param protocol specifies the protocol this client is using
81 void setProtocol(const std::string &protocol) {
82 _protocolString = protocol;
83 }
84
85 /// Get the protocol string
86 std::string getProtocolString() const {

Callers 1

initializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected