* @brief Returns the UDP remote port. */
| 293 | * @brief Returns the UDP remote port. |
| 294 | */ |
| 295 | quint16 IO::Drivers::Network::udpRemotePort() const |
| 296 | { |
| 297 | return m_udpRemotePort; |
| 298 | } |
| 299 | |
| 300 | /** |
| 301 | * @brief Returns true when UDP multicast is enabled. |