knx
ETS configurable knx-stack
knx_ip_tunnel_connection.h
Go to the documentation of this file.
1 #pragma once
2 #include "config.h"
3 #include "platform.h"
4 #include "bits.h"
5 
7 {
8  public:
10  uint8_t ChannelId = 0;
11  uint16_t IndividualAddress = 0;
12  uint32_t IpAddress = 0;
13  uint16_t PortData = 0;
14  uint16_t PortCtrl = 0;
15  uint8_t SequenceCounter_S = 0;
16  uint8_t SequenceCounter_R = 255;
17  unsigned long lastHeartbeat = 0;
18  bool IsConfig = false;
19 
20  void Reset();
21 
22  private:
23 
24 };