knx
ETS configurable knx-stack
Dpt Class Reference

#include <dpt.h>

Public Member Functions

 Dpt ()
 
 Dpt (short mainGroup, short subGroup, short index=0)
 
bool operator== (const Dpt &other) const
 
bool operator!= (const Dpt &other) const
 

Public Attributes

unsigned short mainGroup
 
unsigned short subGroup
 
unsigned short index
 

Detailed Description

Examples
main.cpp.

Definition at line 363 of file dpt.h.

Constructor & Destructor Documentation

◆ Dpt() [1/2]

Dpt::Dpt ( )

Definition at line 5 of file dpt.cpp.

◆ Dpt() [2/2]

Dpt::Dpt ( short  mainGroup,
short  subGroup,
short  index = 0 
)

Definition at line 8 of file dpt.cpp.

Here is the call graph for this function:

Member Function Documentation

◆ operator!=()

bool Dpt::operator!= ( const Dpt other) const

Definition at line 20 of file dpt.cpp.

◆ operator==()

bool Dpt::operator== ( const Dpt other) const

Definition at line 15 of file dpt.cpp.

Member Data Documentation

◆ index

unsigned short Dpt::index

Definition at line 370 of file dpt.h.

◆ mainGroup

unsigned short Dpt::mainGroup

Definition at line 368 of file dpt.h.

◆ subGroup

unsigned short Dpt::subGroup

Definition at line 369 of file dpt.h.


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