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

Method peerName

Plugins/Telnet/QTelnet.cpp:48–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48QString QTelnet::peerName() const
49{
50 if(m_socketType == TCP)
51 return m_tcpSocket.peerName();
52 else if(m_socketType == WEBSOCKET || m_socketType == SECUREWEBSOCKET)
53 return m_webSocket.peerName();
54
55 return QString();
56}
57
58bool QTelnet::isConnected() const
59{

Callers 3

SocketInitMethod · 0.80
slotStateChangedMethod · 0.80
peerInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected