|
knx
ETS configurable knx-stack
|
#include <knx_ip_disconnect_request.h>
Public Member Functions | |
| KnxIpDisconnectRequest (uint8_t *data, uint16_t length) | |
| KnxIpDisconnectRequest () | |
| IpHostProtocolAddressInformation & | hpaiCtrl () |
| uint8_t | channelId () |
| void | channelId (uint8_t channelId) |
Public Member Functions inherited from KnxIpFrame | |
| KnxIpFrame (uint8_t *data, uint16_t length) | |
| KnxIpFrame (uint16_t totalLength) | |
| virtual | ~KnxIpFrame () |
| uint8_t | headerLength () const |
| void | headerLength (uint8_t length) |
| KnxIpVersion | protocolVersion () const |
| void | protocolVersion (KnxIpVersion version) |
| uint16_t | serviceTypeIdentifier () const |
| void | serviceTypeIdentifier (uint16_t identifier) |
| uint16_t | totalLength () const |
| void | totalLength (uint16_t length) |
| uint8_t * | data () |
Additional Inherited Members | |
Protected Attributes inherited from KnxIpFrame | |
| bool | _freeData = false |
| uint8_t * | _data = 0 |
| uint16_t | _dataLength |
Definition at line 6 of file knx_ip_disconnect_request.h.
| KnxIpDisconnectRequest::KnxIpDisconnectRequest | ( | uint8_t * | data, |
| uint16_t | length | ||
| ) |
Definition at line 3 of file knx_ip_disconnect_request.cpp.
| KnxIpDisconnectRequest::KnxIpDisconnectRequest | ( | ) |
Definition at line 8 of file knx_ip_disconnect_request.cpp.
| uint8_t KnxIpDisconnectRequest::channelId | ( | ) |
Definition at line 18 of file knx_ip_disconnect_request.cpp.
| void KnxIpDisconnectRequest::channelId | ( | uint8_t | channelId | ) |
Definition at line 22 of file knx_ip_disconnect_request.cpp.
| IpHostProtocolAddressInformation & KnxIpDisconnectRequest::hpaiCtrl | ( | ) |
Definition at line 14 of file knx_ip_disconnect_request.cpp.