MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / setTcpSocket

Method setTcpSocket

app/src/IO/Drivers/Network.cpp:364–367  ·  view source on GitHub ↗

* @brief Instructs the module to communicate via a TCP socket. */

Source from the content-addressed store, hash-verified

362 * @brief Instructs the module to communicate via a TCP socket.
363 */
364void IO::Drivers::Network::setTcpSocket()
365{
366 setSocketType(QAbstractSocket::TcpSocket);
367}
368
369/**
370 * @brief Instructs the module to communicate via a UDP socket.

Callers 1

setupTcpConnectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected