1// Copyright (C) 2017 Witekio.
2// Copyright (C) 2018 The Qt Company Ltd.
3// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
4// Qt-Security score:significant reason:default
5
6#ifndef QCOAPGLOBAL_H
7#define QCOAPGLOBAL_H
8
9#include <QtCore/qglobal.h>
10#include <QtCore/qobject.h>
11#include <QtCoap/qtcoapexports.h>
12
13QT_BEGIN_NAMESPACE
14
15typedef QByteArray QCoapToken;
16typedef quint16 QCoapMessageId;
17
18QT_END_NAMESPACE
19
20#endif // QCOAPGLOBAL_H
21

source code of qtcoap/src/coap/qcoapglobal.h