knx
ETS configurable knx-stack
knx_ip_tunnel_connection.cpp
Go to the documentation of this file.
2 
4 {
5 
6 }
7 
9 {
10  print("Close Tunnel-Connection[");
11  print("?");
12  print("], Channel: 0x");
13  println(ChannelId, 16);
14 
15  ChannelId = 0;
16  IpAddress = 0;
17  PortData = 0;
18  PortCtrl = 0;
19  lastHeartbeat = 0;
21  SequenceCounter_R = 255;
23  IsConfig = false;
24 }
void print(const char *s)
void println(const char *s)