MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / setType

Method setType

Plugins/Telnet/QTelnet.cpp:30–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28}
29
30void QTelnet::setType(SocketType type)
31{
32 if(type != TCP && type != WEBSOCKET && type != SECUREWEBSOCKET)
33 m_socketType = TCP;
34 else
35 m_socketType = type;
36}
37
38QString QTelnet::peerInfo() const
39{

Callers 4

SendDescriptionMethod · 0.80
SendCandidateMethod · 0.80
handleStanzaMethod · 0.80
SocketInitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected