MCPcopy 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
132void QTelnet::sendData(const QByteArray &ba)
133{
134 if( isConnected() )
135 transpose( ba.constData(), ba.length() );
136}
137
138void QTelnet::sendData(const char *data, int len)
139{

Callers 3

StartMethod · 0.80
slotNewDataMethod · 0.80
foreachFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected