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