knx
ETS configurable knx-stack
knx_ip_description_response.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "knx_ip_frame.h"
7 #include "ip_parameter_object.h"
8 #ifdef USE_IP
9 
11 {
12  public:
16  private:
17  KnxIpDeviceInformationDIB _deviceInfo;
18  KnxIpSupportedServiceDIB _supportedServices;
19 };
20 
21 #endif
KnxIpDescriptionResponse(IpParameterObject &parameters, DeviceObject &deviceObj)
KnxIpDeviceInformationDIB & deviceInfo()
KnxIpSupportedServiceDIB & supportedServices()