knx
ETS configurable knx-stack
rf_medium_object.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include "config.h"
4 #ifdef USE_RF
5 
6 #include "interface_object.h"
7 
9 {
10  public:
12  const uint8_t* rfDomainAddress();
13  void rfDomainAddress(const uint8_t* value);
14 
15  private:
16  uint8_t _rfDiagSourceAddressFilterTable[24] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,};
17  uint8_t _rfDiagLinkBudgetTable[24] = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,};
18 };
19 #endif
This class represents and interface object.
const uint8_t * rfDomainAddress()