MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / connectToHost

Method connectToHost

src/WizMobileFileReceiver.cpp:392–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

390}
391
392void WizMobileTcpContainer::connectToHost(const QString& address, quint16 port)
393{
394 m_strHost = address;
395 if (!isRunning())
396 {
397 start();
398 }
399}
400
401void WizMobileTcpContainer::readTcpPendingData()
402{

Callers 3

readUdpPendingDataMethod · 0.80
runMethod · 0.80
isOnlineMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected