org.universAAL.lddi.knx.groupdevicecategory
Interface IKnxDpt4

Package class diagram package IKnxDpt4
All Known Implementing Classes:
KnxDpt4GroupDevice

public interface IKnxDpt4

Base GroupDeviceCategory for KNX datapoint type Character Set (8-Bit Unsigned Value). Possible values are from 0 - 255. In general GroupDeviceCategories specify: - rules and interfaces needed for the communication between OSGi groupDevice service and driver service. Both of them (groupDevice and driver) implement this IF. - a set of service registration properties, their data types and semantics (mandatory or optional) - a range of match values

Author:
Thomas Fuxreiter (foex@gmx.at)

Nested Class Summary
static class IKnxDpt4.CharacterSet
           
 
Field Summary
static boolean CHARACTER_SET_8859_1
          4.002 - DPT_Char_8859_1 (ISO_8859-1:1987) Range: 0 - 255 Is this field necessary???
static boolean CHARACTER_SET_ASCII
          4.001 - DPT_Char_ASCII (ANSI_X3.4-1968) Range: 0 - 127 (The most significant bit shall always be 0!)
static String CLASS
           
static byte DEFAULT_MAX_VALUE
           
static byte DEFAULT_MIN_VALUE
           
static String MANUFACTURER
           
static int MATCH_CLASS
           
static int MATCH_MAKE
           
static int MATCH_MODEL
           
static int MATCH_SERIAL
           
static int MATCH_VERSION
           
static String MODEL
           
static KnxGroupDeviceCategoryUtil.KnxGroupDeviceCategory MY_DEVICE_CATEGORY
           
static String REVISION
           
static String SERIAL
           
 

Field Detail

MY_DEVICE_CATEGORY

static final KnxGroupDeviceCategoryUtil.KnxGroupDeviceCategory MY_DEVICE_CATEGORY

MATCH_SERIAL

static final int MATCH_SERIAL
See Also:
Constant Field Values

MATCH_VERSION

static final int MATCH_VERSION
See Also:
Constant Field Values

MATCH_MODEL

static final int MATCH_MODEL
See Also:
Constant Field Values

MATCH_MAKE

static final int MATCH_MAKE
See Also:
Constant Field Values

MATCH_CLASS

static final int MATCH_CLASS
See Also:
Constant Field Values

CLASS

static final String CLASS
See Also:
Constant Field Values

MODEL

static final String MODEL
See Also:
Constant Field Values

MANUFACTURER

static final String MANUFACTURER
See Also:
Constant Field Values

REVISION

static final String REVISION
See Also:
Constant Field Values

SERIAL

static final String SERIAL
See Also:
Constant Field Values

DEFAULT_MAX_VALUE

static final byte DEFAULT_MAX_VALUE
See Also:
Constant Field Values

DEFAULT_MIN_VALUE

static final byte DEFAULT_MIN_VALUE
See Also:
Constant Field Values

CHARACTER_SET_ASCII

static final boolean CHARACTER_SET_ASCII
4.001 - DPT_Char_ASCII (ANSI_X3.4-1968) Range: 0 - 127 (The most significant bit shall always be 0!) Is this field necessary???

See Also:
Constant Field Values

CHARACTER_SET_8859_1

static final boolean CHARACTER_SET_8859_1
4.002 - DPT_Char_8859_1 (ISO_8859-1:1987) Range: 0 - 255 Is this field necessary???

See Also:
Constant Field Values


Copyright © 2014 universAAL Consortium. All Rights Reserved.