knx
ETS configurable knx-stack
knx_ip_state_request.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "knx_ip_frame.h"
4 #include "knx_ip_cri.h"
6 #ifdef USE_IP
8 {
9  public:
10  KnxIpStateRequest(uint8_t* data, uint16_t length);
12  uint8_t channelId();
13  private:
15 
16 };
17 #endif
uint8_t * data()
KnxIpStateRequest(uint8_t *data, uint16_t length)
IpHostProtocolAddressInformation & hpaiCtrl()