Enum UMTag
-
-
Enum Constant Summary
Enum Constants Enum Constant Description REQ_UPDATE_STATUShex = "0x0D000001", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
UPDATE_STATUShex = "0x0D800001", type = DataType.INT32
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: 0x00=IDLE 0x01=UPDATE_CHECK_RUNNING 0x02=UPDATING_MODULES_AND_FILES 0x03=UPDATING_HARDWARE
de: 0x00=IDLE 0x01=UPDATE_CHECK_RUNNING 0x02=UPDATING_MODULES_AND_FILES 0x03=UPDATING_HARDWARE
REQ_CHECK_FOR_UPDATEShex = "0x0D000003", type = DataType.NONE
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
CHECK_FOR_UPDATEShex = "0x0D800003", type = DataType.UCHAR8
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en: 0 = check not possible (no internet?) 1 = check is executed, if something new is detected, it is installed
de: 0 = check nicht möglich (kein Internet?) 1 = check wird ausgeführt, wenn was neues entdeckt wird, wird es installiert
GENERAL_ERRORhex = "0x0DFFFFFF", type = DataType.ERROR
You know what the tag means or want to improve the tag description? Create a Ticket.
Original E3DC Documentation:
en:
de:
-
Method Summary
Modifier and Type Method Description final UMTagvalueOf(String value)Returns the enum constant of this type with the specified name. final Array<UMTag>values()Returns an array containing the constants of this enum type, in the order they're declared. NamespacegetNamespace()StringgetHex()DataTypegetType()final EnumEntries<UMTag>getEntries()Contains Tag for the Update Management System -
-
Method Detail
-
valueOf
final UMTag valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
- Parameters:
value- Der Namespace des Tags für die Abbildung des jeweiligen Bereichs
-
values
final Array<UMTag> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getNamespace
Namespace getNamespace()
-
getEntries
final EnumEntries<UMTag> getEntries()
Contains Tag for the Update Management System
- Since:
2.0
-
-
-
-