Enum UMTag

  • All Implemented Interfaces:
    de.jnkconsulting.e3dc.easyrscp.api.frame.Tag , java.io.Serializable , kotlin.Comparable

    
    public enum UMTag
    extends Enum<UMTag> implements Tag
                        

    Contains Tag for the Update Management System

    Since:

    2.0

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      REQ_UPDATE_STATUS

      hex = "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_STATUS

      hex = "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_UPDATES

      hex = "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_UPDATES

      hex = "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_ERROR

      hex = "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 UMTag valueOf(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.
      Namespace getNamespace()
      String getHex()
      DataType getType()
      final EnumEntries<UMTag> getEntries() Contains Tag for the Update Management System
      • Methods inherited from class kotlin.Enum

        getName, getOrdinal
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.