public enum User0Event extends java.lang.Enum<User0Event> implements BaseEnum
Modifier and Type | Method and Description |
---|---|
static User0Event |
getEnum(byte[] data) |
byte[] |
getID() |
User0Event |
getRefEnum(byte[] data) |
java.lang.String |
toString() |
static User0Event |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static User0Event[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final User0Event REF
public static final User0Event INVALID
public static final User0Event NAV_BUTTON_RESET
public static final User0Event WATCH_ON_CRADLE_NAV_BUTTON_RESET
public static final User0Event BATTERY_DRAINED
public static final User0Event BLE_DISCONNECT_UNEXPECTED
public static final User0Event BLE_DISCONNECT_NW_TERMINATED
public static final User0Event RTC_TIMER_INTERRUPT
public static final User0Event BLE_ADV_TIMEOUT
public static final User0Event USB_DISCONNECT_UNEXPECTED
public static final User0Event BATTERY_FULL
public static final User0Event FINISH_LOG_TRANSFER
public static final User0Event SYS_RST_M2M2_COMMAND
public static final User0Event SYS_HW_RST_M2M2_COMMAND
public static final User0Event SET_USER0_STATE_M2M2_COMMAND
public static final User0Event EVENT_RTC_WAKEUP_DONE
public static User0Event[] values()
for (User0Event c : User0Event.values()) System.out.println(c);
public static User0Event valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static User0Event getEnum(byte[] data)
public User0Event getRefEnum(byte[] data)
getRefEnum
in interface BaseEnum
public java.lang.String toString()
toString
in class java.lang.Enum<User0Event>