knx
ETS configurable knx-stack
cemi_server_object.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "config.h"
4 #ifdef USE_CEMI_SERVER
5 
6 #include "interface_object.h"
7 
9 {
10  public:
12 
13  void setMediumTypeAsSupported(DptMedium dptMedium);
15 };
16 
17 #endif
void setMediumTypeAsSupported(DptMedium dptMedium)
This class represents and interface object.
DptMedium
Definition: knx_types.h:254