Enum Class ProbeReset

java.lang.Object
java.lang.Enum<ProbeReset>
me.clarius.sdk.ProbeReset
All Implemented Interfaces:
Serializable, Comparable<ProbeReset>, Constable

public enum ProbeReset extends Enum<ProbeReset>
The reset commands.
  • Enum Constant Details

    • ResetKeys

      public static final ProbeReset ResetKeys
      reset handshake keys.
    • ResetWifi

      public static final ProbeReset ResetWifi
      reset wifi info.
    • ResetFactory

      public static final ProbeReset ResetFactory
      reset everything.
    • ResetTime

      public static final ProbeReset ResetTime
      reset encrypted time.
    • ResetCert

      public static final ProbeReset ResetCert
      reset stored certificates.
    • ResetBattery

      public static final ProbeReset ResetBattery
      shutdown battery.
    • ResetSdCard

      public static final ProbeReset ResetSdCard
      sd card repair.
    • ResetPerformReboot

      public static final ProbeReset ResetPerformReboot
      reboot system.
  • Method Details

    • values

      public static ProbeReset[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ProbeReset valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null