public static enum DeviceDescription.RX_FLAGS extends Enum<DeviceDescription.RX_FLAGS>
DeviceDescription.KEYS.RX_MODE member.| Enum Constant and Description |
|---|
RX_ALWAYS |
RX_BURST |
RX_CONFIG |
RX_LAZY_CONFIG |
RX_WAKEUP |
| Modifier and Type | Method and Description |
|---|---|
int |
getFlag() |
boolean |
isSet(int flags) |
static DeviceDescription.RX_FLAGS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeviceDescription.RX_FLAGS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeviceDescription.RX_FLAGS RX_ALWAYS
public static final DeviceDescription.RX_FLAGS RX_BURST
public static final DeviceDescription.RX_FLAGS RX_CONFIG
public static final DeviceDescription.RX_FLAGS RX_WAKEUP
public static final DeviceDescription.RX_FLAGS RX_LAZY_CONFIG
public static DeviceDescription.RX_FLAGS[] values()
for (DeviceDescription.RX_FLAGS c : DeviceDescription.RX_FLAGS.values()) System.out.println(c);
public static DeviceDescription.RX_FLAGS 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 nullpublic int getFlag()
public boolean isSet(int flags)
Copyright © 2018. All rights reserved.