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