Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KangLin/RabbitRemoteControl
/ sendData
Method
sendData
Plugins/Telnet/QTelnet.cpp:132–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
void QTelnet::sendData(const QByteArray &ba)
133
{
134
if( isConnected() )
135
transpose( ba.constData(), ba.length() );
136
}
137
138
void QTelnet::sendData(const char *data, int len)
139
{
Callers
3
Start
Method · 0.80
slotNewData
Method · 0.80
foreach
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected