knx
ETS configurable knx-stack
knx_ip_supported_service_dib.h
Go to the documentation of this file.
1 #pragma once
2 #include "knx_ip_dib.h"
3 
4 #ifdef USE_IP
5 enum ServiceFamily : uint8_t
6 {
7  Core = 2,
9  Tunnelling = 4,
10  Routing = 5,
13  ObjectServer = 8
14 };
15 
17 {
18  public:
19  KnxIpSupportedServiceDIB(uint8_t* data);
20  uint8_t serviceVersion(ServiceFamily family);
21  void serviceVersion(ServiceFamily family, uint8_t version);
22 };
23 #endif
uint8_t serviceVersion(ServiceFamily family)