BAOS SDK  18.2.0
Public Types | List of all members
kdrive::baos::BaosDatapointTypes Struct Reference

BAOS datapoint types (DPT) More...

#include <API.h>

Public Types

enum  DPT {
  DatapointDisabled = 0, DPT_1 = 0x01, DPT_2 = 0x02, DPT_3 = 0x03,
  DPT_4 = 0x04, DPT_5 = 0x05, DPT_6 = 0x06, DPT_7 = 0x07,
  DPT_8 = 0x08, DPT_9 = 0x09, DPT_10 = 0x0A, DPT_11 = 0x0B,
  DPT_12 = 0x0C, DPT_13 = 0x0D, DPT_14 = 0x0E, DPT_15 = 0x0F,
  DPT_16 = 0x10, DPT_17 = 0x11, DPT_18 = 0x12, DPT_20 = 0x20,
  DPT_232 = 0x21, Unknown = 255
}
 

Detailed Description

BAOS datapoint types (DPT)

Specifications:

Member Enumeration Documentation

Enumerator
DatapointDisabled 

Datapoint disabled.

DPT_1 

DPT 1 (1 Bit, Boolean)

DPT_2 

DPT 2 (2 Bit, Control)

DPT_3 

DPT 3 (4 Bit, Dimming, Blinds)

DPT_4 

DPT 4 (8 Bit, Character Set)

DPT_5 

DPT 5 (8 Bit, Unsigned Value)

DPT_6 

DPT 6 (8 Bit, Signed Value)

DPT_7 

DPT 7 (2 Byte, Unsigned Value)

DPT_8 

DPT 8 (2 Byte, Signed Value)

DPT_9 

DPT 9 (2 Byte, Float Value)

DPT_10 

DPT 10 (3 Byte, Time)

DPT_11 

DPT 11 (3 Byte, Date)

DPT_12 

DPT 12 (4 Byte, Unsigned Value)

DPT_13 

DPT 13 (4 Byte, Signed Value)

DPT_14 

DPT 14 (4 Byte, Float Value)

DPT_15 

DPT 15 (4 Byte, Access)

DPT_16 

DPT 16 (14 Byte, String)

DPT_17 

DPT 17 (1 Byte, Scene Number)

DPT_18 

DPT 18 (1 Byte, Scene Control)

DPT_20 

DPT 20 (1 Byte)

DPT_232 

DPT 232 (3-byte colour RGB)

Unknown 

Unknown DPT.


The documentation for this struct was generated from the following file: