Qt KNX
The Qt KNX module implements the client side of a connection between a client and a KNXnet/IP server. This connection can be used to send messages to the KNX bus and to control the functionalities of the KNX devices.
Only local device management procedures and KNX application services working with group addressing are fully supported.
Note: Qt KNX is part of the Qt for Automation offering and not Qt. For further details please see Qt for Automation.
Getting Started
To use these classes in your application, use the following include statement:
#include <QtKnx/QtKnx>
To link against the module, add this line to your qmake .pro
file:
QT += knx
Articles and Guides
Examples
Reference
- KNXnet/IP Connection Classes
- Device Management Classes
- Tunneling Classes
- Datapoint Type Classes
- General Classes
- All C++ Classes
Licenses and Attributions
Qt KNX is available under commercial licenses from The Qt Company. In addition, it is available under the the GNU General Public License, version 3.
© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.