knx
ETS configurable knx-stack
knx_ip_tunneling_ack.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "knx_ip_frame.h"
4 #include "cemi_frame.h"
5 #include "knx_ip_ch.h"
6 #ifdef USE_IP
7 
9 {
10  public:
11  KnxIpTunnelingAck(uint8_t* data, uint16_t length);
14  private:
15  KnxIpCH _ch;
16 };
17 #endif
uint8_t * data()