summaryrefslogtreecommitdiffstats
path: root/examples/network/doc/src/multicastsender.qdoc
blob: 26e0d951fe7e967a998666182c9e4b8a014f0d03 (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
    \examplecategory {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
*/