knx
ETS configurable knx-stack
KnxIpDisconnectRequest Class Reference

#include <knx_ip_disconnect_request.h>

Inheritance diagram for KnxIpDisconnectRequest:
[legend]
Collaboration diagram for KnxIpDisconnectRequest:
[legend]

Public Member Functions

 KnxIpDisconnectRequest (uint8_t *data, uint16_t length)
 
 KnxIpDisconnectRequest ()
 
IpHostProtocolAddressInformationhpaiCtrl ()
 
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
 

Detailed Description

Definition at line 6 of file knx_ip_disconnect_request.h.

Constructor & Destructor Documentation

◆ KnxIpDisconnectRequest() [1/2]

KnxIpDisconnectRequest::KnxIpDisconnectRequest ( uint8_t *  data,
uint16_t  length 
)

Definition at line 3 of file knx_ip_disconnect_request.cpp.

◆ KnxIpDisconnectRequest() [2/2]

KnxIpDisconnectRequest::KnxIpDisconnectRequest ( )

Definition at line 8 of file knx_ip_disconnect_request.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ channelId() [1/2]

uint8_t KnxIpDisconnectRequest::channelId ( )

Definition at line 18 of file knx_ip_disconnect_request.cpp.

Here is the caller graph for this function:

◆ channelId() [2/2]

void KnxIpDisconnectRequest::channelId ( uint8_t  channelId)

Definition at line 22 of file knx_ip_disconnect_request.cpp.

Here is the call graph for this function:

◆ hpaiCtrl()

IpHostProtocolAddressInformation & KnxIpDisconnectRequest::hpaiCtrl ( )

Definition at line 14 of file knx_ip_disconnect_request.cpp.

Here is the caller graph for this function:

The documentation for this class was generated from the following files: