knx
ETS configurable knx-stack
knx_ip_search_request.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "knx_ip_frame.h"
5 #ifdef USE_IP
7 {
8  public:
9  KnxIpSearchRequest(uint8_t* data, uint16_t length);
11  private:
13 };
14 #endif
uint8_t * data()
IpHostProtocolAddressInformation & hpai()
KnxIpSearchRequest(uint8_t *data, uint16_t length)