knx
ETS configurable knx-stack
knx_ip_disconnect_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  KnxIpDisconnectResponse(uint8_t channel, uint8_t status);
10  private:
11 };
12 
13 #endif
KnxIpDisconnectResponse(uint8_t channel, uint8_t status)