public enum TimerEventDescriptor extends Enum<TimerEventDescriptor>
| Modifier and Type | Field and Description |
|---|---|
static int |
TIMER_ID_LENGTH |
static int |
TIMER_ID_OFFSET |
static int |
TIMER_PAYLOAD_SIZE |
static int |
TIMER_TIMEOUT_LENGTH |
static int |
TIMER_TIMEOUT_OFFSET |
static int |
TIMER_TYPE_LENGTH |
static int |
TIMER_TYPE_OFFSET |
| Modifier and Type | Method and Description |
|---|---|
static TimerEventDescriptor |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimerEventDescriptor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final int TIMER_ID_OFFSET
public static final int TIMER_ID_LENGTH
public static final int TIMER_TYPE_OFFSET
public static final int TIMER_TYPE_LENGTH
public static final int TIMER_TIMEOUT_OFFSET
public static final int TIMER_TIMEOUT_LENGTH
public static final int TIMER_PAYLOAD_SIZE
public static TimerEventDescriptor[] values()
for (TimerEventDescriptor c : TimerEventDescriptor.values()) System.out.println(c);
public static TimerEventDescriptor 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 © 2020 tools4j.org (Marco Terzer, Anton Anufriev). All Rights Reserved.