knx
ETS configurable knx-stack
knx_ip_search_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 #include "service_families.h"
9 #ifdef USE_IP
10 
12 {
13  public:
14  KnxIpSearchResponse(IpParameterObject& parameters, DeviceObject& deviceObj);
18  private:
19  IpHostProtocolAddressInformation _controlEndpoint;
20  KnxIpDeviceInformationDIB _deviceInfo;
21  KnxIpSupportedServiceDIB _supportedServices;
22 };
23 
24 #endif
KnxIpSearchResponse(IpParameterObject &parameters, DeviceObject &deviceObj)
KnxIpSupportedServiceDIB & supportedServices()
KnxIpDeviceInformationDIB & deviceInfo()
IpHostProtocolAddressInformation & controlEndpoint()