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

Method setUdpSocket

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

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

Source from the content-addressed store, hash-verified

370 * @brief Instructs the module to communicate via a UDP socket.
371 */
372void IO::Drivers::Network::setUdpSocket()
373{
374 setSocketType(QAbstractSocket::UdpSocket);
375}
376
377/**
378 * @brief Changes the TCP socket's port number.

Callers 1

setupUdpConnectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected