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.

注意: Qt KNX is part of the Qt for Automation offering and not Qt. For further details please see Qt for Automation .

快速入门

要在应用程序中使用这些类,请使用以下 include 语句:

#include <QtKnx/QtKnx>
					

要链接到模块,添加此行到 qmake .pro 文件:

QT += knx
					
					

文章和指南

范例

参考

许可和归属

Qt KNX is available under commercial licenses from Qt 公司 。此外,它是可用的根据 GNU GPL (一般公共许可) 第 3 版 .