knx
ETS configurable knx-stack
knx_ip_tunneling_info_dib.h
Go to the documentation of this file.
1 #pragma once
2 #include "knx_ip_dib.h"
3 #include "bits.h"
4 #include "service_families.h"
5 #if KNX_SERVICE_FAMILY_CORE >= 2
6 
7 #ifdef USE_IP
8 
10 {
11  public:
12  KnxIpTunnelingInfoDIB(uint8_t* data);
13  uint16_t apduLength();
14  void apduLength(uint16_t addr);
15  void tunnelingSlot(uint16_t addr, uint16_t state);
16  private:
17  uint8_t* currentPos = 0;
18 };
19 #endif
20 #endif
void tunnelingSlot(uint16_t addr, uint16_t state)