|
knx
ETS configurable knx-stack
|
#include <knx_ip_supported_service_dib.h>
Public Member Functions | |
| KnxIpSupportedServiceDIB (uint8_t *data) | |
| uint8_t | serviceVersion (ServiceFamily family) |
| void | serviceVersion (ServiceFamily family, uint8_t version) |
Public Member Functions inherited from KnxIpDIB | |
| KnxIpDIB (uint8_t *data) | |
| virtual | ~KnxIpDIB () |
| DescriptionTypeCode | code () const |
| void | code (DescriptionTypeCode value) |
| uint8_t | length () const |
| void | length (uint8_t value) |
Additional Inherited Members | |
Protected Attributes inherited from KnxIpDIB | |
| uint8_t * | _data = 0 |
Definition at line 16 of file knx_ip_supported_service_dib.h.
| KnxIpSupportedServiceDIB::KnxIpSupportedServiceDIB | ( | uint8_t * | data | ) |
Definition at line 4 of file knx_ip_supported_service_dib.cpp.
| uint8_t KnxIpSupportedServiceDIB::serviceVersion | ( | ServiceFamily | family | ) |
Definition at line 8 of file knx_ip_supported_service_dib.cpp.
| void KnxIpSupportedServiceDIB::serviceVersion | ( | ServiceFamily | family, |
| uint8_t | version | ||
| ) |
Definition at line 23 of file knx_ip_supported_service_dib.cpp.