summaryrefslogtreecommitdiffstats
path: root/examples/network/doc/src/multicastsender.qdoc
blob: b067c65af573c6b9b3841abea009fad4b7ed1781 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Copyright (C) 2016 The Qt Company Ltd.
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only

/*!
    \example multicastsender
    \title Multicast Sender
    \meta category {Networking}
    \meta tags {network,multicast,ipv6,ipv4,udp}
    \ingroup examples-network
    \brief Demonstrates how to send messages to a multicast group.

    This example demonstrates how to send messages to the clients of a
    multicast group.

    \image multicastsender-example.webp
*/