knx
ETS configurable knx-stack
knx_ip_state_response.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "knx_ip_frame.h"
4 #ifdef USE_IP
5 
7 {
8  public:
9  KnxIpStateResponse(uint8_t channelId, uint8_t errorCode);
10  private:
11 };
12 
13 #endif
KnxIpStateResponse(uint8_t channelId, uint8_t errorCode)