mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-12-04 01:12:01 +08:00
15 lines
488 B
Plaintext
15 lines
488 B
Plaintext
|
// Copyright (C) 2016 The Qt Company Ltd.
|
||
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
||
|
|
||
|
/*!
|
||
|
\example broadcastsender
|
||
|
\title Broadcast Sender Example
|
||
|
\ingroup examples-network
|
||
|
\brief Demonstrates how to broadcast information to multiple clients on a local network.
|
||
|
|
||
|
This example uses Qt Network APIs to demonstrate how to broadcast messages
|
||
|
to multiple clients over a local network.
|
||
|
|
||
|
\image broadcastsender-example.png
|
||
|
*/
|