libknx
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 NknxSeparated namespace to embed all libknx related classes
 CconfigThis class represents the configuration of the knx connection
 CconnectionThis class handles the ip connection(s) to the knx gateway
 CdptTemplate definition of each dpt
 Cdpt_10Base class container
 CdataData container for this dpt
 Cdpt_10_001Representation of time with day, hours, minutes and seconds
 Cdpt_11Base class container
 CdataData container for this dpt
 Cdpt_11_001Representation of date with day, month and year. Year has a value from 0 to 99 where values bigger than 90 are considered to be 1990+. Remark: Natural end in 2089!
 Cdpt_12_001Unsigned 32 bit. Here as counter
 Cdpt_13_001Signed 32 bit. Here as counter
 Cdpt_14_000Float as 32 bit with IEEE 754 notation. Here as acceleration in ms^-2
 Cdpt_15Base class container
 CdataData container for this dpt
 Cdpt_15_000Access data with six 4 byte fields
 Cdpt_16Base class container
 CdataData container for this dpt
 Cdpt_16_000An ascii string with max 14 ascii characters
 Cdpt_17Base class container
 CdataData container for this dpt
 Cdpt_17_001A 6 bit scene number
 Cdpt_18Base class container
 CdataData container for this dpt
 Cdpt_18_001A 6 bit scene number with control field
 Cdpt_19Base class container
 CdataData container for this dpt
 Cdpt_19_001Combinaton of date and time as 8 byte value
 Cdpt_1_001Binary single bit value. Either on or off
 Cdpt_2Base class for dpt 2
 CdataData container for this dpt
 Cdpt_20_001Encoding of a status. Here autonomous(0), skave (1) and master (2)
 Cdpt_219Base class container
 CdataData container for this dpt
 Cdpt_219_001Alarm information
 Cdpt_232Base class container
 CdataData container for this dpt
 Cdpt_232_600Color information
 Cdpt_26Base class container
 CdataData container for this dpt
 Cdpt_26_001Scene information with filed indicating if scene is active or not
 Cdpt_2_001Binary single bit value with additional control bit. Either on or off
 Cdpt_3Base class for dpt 3
 CdataData container for this dpt
 Cdpt_3_007Dimming control with direction and step value as 2^(value-1) subdivisions of the interval 0 to 100 percent
 Cdpt_4_001Simple single ascii character
 Cdpt_5_001Unsigned value with 8 bit. Scaling represents range 0 to 100 percent
 Cdpt_6_001Signed value with 8 bit. Percent represents range -128 to 127 percent
 Cdpt_7_001Unsigned value with 16 bit. Range from 0 to 65535
 Cdpt_8_001Signed value with 16 bit. Range from -32768 to 32767
 Cdpt_9_001Float value with 16 bit. Non IEEE definition. Range from -671088.64 to 670760.96. Here interpreted as temperature in degree celsius
 Cdpt_privateForward declaration of hidden implementation
 CgroupThis class represents a KNX group address which might be either 3 compnent "a/b/c" or 2 component "a/b"
 ChandleThread management for connection handling
 CMappingMajor