15 lines
480 B
Plaintext
15 lines
480 B
Plaintext
// Copyright (C) 2016 The Qt Company Ltd.
|
|
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
|
|
|
|
/*!
|
|
\example broadcastreceiver
|
|
\title Broadcast Receiver Example
|
|
\ingroup examples-network
|
|
\brief Demonstrates how to receive information broadcasted over a local network.
|
|
|
|
This example uses the Qt Network APIs to demonstrate how to receive
|
|
messages broadcasted over a local network.
|
|
|
|
\image broadcastreceiver-example.png
|
|
*/
|