knx
ETS configurable knx-stack
knx_ip_tunneling_ack.cpp
Go to the documentation of this file.
1 #include "knx_ip_tunneling_ack.h"
2 #include <cstring>
3 
4 #ifdef USE_IP
6  uint16_t length) : KnxIpFrame(data, length), _ch(_data + LEN_KNXIP_HEADER)
7 {
8 }
9 
11  : KnxIpFrame(LEN_KNXIP_HEADER + LEN_CH), _ch(_data + LEN_KNXIP_HEADER)
12 {
14 }
15 
17 {
18  return _ch;
19 }
20 #endif
uint16_t serviceTypeIdentifier() const
@ TunnelingAck
Definition: knx_ip_frame.h:31