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