knx
ETS configurable knx-stack
knx_ip_routing_indication.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "knx_ip_frame.h"
4 #include "cemi_frame.h"
5 #ifdef USE_IP
6 
8 {
9  public:
10  KnxIpRoutingIndication(uint8_t* data, uint16_t length);
12  CemiFrame& frame();
13  private:
14  CemiFrame _frame;
15 };
16 #endif
uint8_t * data()
KnxIpRoutingIndication(uint8_t *data, uint16_t length)