public static enum DeviceDescription.KEYS extends Enum<DeviceDescription.KEYS>
| Enum Constant and Description |
|---|
ADDRESS |
AES_ACTIVE
Boolean: gesicherte Übertragung aktiviert?
|
AVAILABLE_FIRMWARE
String: Für Upgrade verfügbare Firmwareversion.
|
CHILDREN
String[]: Adressen der untergeordneten Kanäle.
|
DIRECTION
(nur bei Kanälen) Datentyp Integer.
|
FIRMWARE
String: Firmwareversion des Geräts.
|
FLAGS
Integer: Flags: 0x01 Visible, 0x02 Internal, 0x08 Dontdelete
|
GROUP
(optional, nur bei Kanälen) Datentyp String.
|
INDEX
Nur bei Kanälen: Integer: Kanalnummer
|
INTERFACE
(optional, nur bei BidCos-RF) Datentyp String.
|
LINK_SOURCE_ROLES
String: Durch Leerzeichen getrennte Liste von Rollen, die der Kanal
in einer Verknüpfung als Sender annehmen kann.
|
LINK_TARGET_ROLES
(nur bei Kanälen) Datentyp String.
|
PARAMSETS
String[]: Namen der vorhanden Parameter-Sets..
|
PARENT
Bei Geräten vorhanden aber leer
|
PARENT_TYPE
Nur bei Kanälen: Typ (Kurzbezeichnung) des übergeordneten Gerätes
|
RF_ADDRESS |
ROAMING
(optional, nur bei BidCos-RF) Datentyp Boolean.
|
RX_MODE
(nur bei Geräten, nur bei BidCos-RF) Datentyp Integer.
|
TEAM
(optional, nur bei Kanälen mit Team) Datentyp String.
|
TEAM_CHANNELS
(optional, nur bei Kanälen, die ein Team darstellen) Datentyp
String[].
|
TEAM_TAG
(optional, nur bei Kanälen und Teams) Datentyp String.
|
TYPE |
UPDATABLE
???
|
VERSION
String: Version der Geräte- oder Kanalbeschreibung.
|
| Modifier and Type | Method and Description |
|---|---|
static DeviceDescription.KEYS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceDescription.KEYS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceDescription.KEYS TYPE
public static final DeviceDescription.KEYS ADDRESS
public static final DeviceDescription.KEYS RF_ADDRESS
public static final DeviceDescription.KEYS CHILDREN
public static final DeviceDescription.KEYS PARENT
public static final DeviceDescription.KEYS PARENT_TYPE
public static final DeviceDescription.KEYS INDEX
public static final DeviceDescription.KEYS AES_ACTIVE
public static final DeviceDescription.KEYS PARAMSETS
public static final DeviceDescription.KEYS FIRMWARE
public static final DeviceDescription.KEYS AVAILABLE_FIRMWARE
public static final DeviceDescription.KEYS VERSION
public static final DeviceDescription.KEYS FLAGS
public static final DeviceDescription.KEYS LINK_SOURCE_ROLES
public static final DeviceDescription.KEYS LINK_TARGET_ROLES
public static final DeviceDescription.KEYS DIRECTION
public static final DeviceDescription.KEYS GROUP
public static final DeviceDescription.KEYS TEAM
public static final DeviceDescription.KEYS TEAM_TAG
public static final DeviceDescription.KEYS TEAM_CHANNELS
public static final DeviceDescription.KEYS INTERFACE
public static final DeviceDescription.KEYS ROAMING
public static final DeviceDescription.KEYS RX_MODE
public static final DeviceDescription.KEYS UPDATABLE
public static DeviceDescription.KEYS[] values()
for (DeviceDescription.KEYS c : DeviceDescription.KEYS.values()) System.out.println(c);
public static DeviceDescription.KEYS valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2019. All rights reserved.