public enum ReadDeviceIdentificationCode extends Enum<ReadDeviceIdentificationCode>
| Enum Constant and Description |
|---|
BASIC_STREAM_ACCESS |
EXTENDED_STREAM_ACCESS |
ONE_SPECIFIC_INDIVIDUAL_ACCESS |
REGULAR_STREAM_ACCESS |
| Modifier and Type | Method and Description |
|---|---|
static ReadDeviceIdentificationCode |
get(int code) |
int |
toInt() |
static ReadDeviceIdentificationCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReadDeviceIdentificationCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReadDeviceIdentificationCode BASIC_STREAM_ACCESS
public static final ReadDeviceIdentificationCode REGULAR_STREAM_ACCESS
public static final ReadDeviceIdentificationCode EXTENDED_STREAM_ACCESS
public static final ReadDeviceIdentificationCode ONE_SPECIFIC_INDIVIDUAL_ACCESS
public static ReadDeviceIdentificationCode[] values()
for (ReadDeviceIdentificationCode c : ReadDeviceIdentificationCode.values()) System.out.println(c);
public static ReadDeviceIdentificationCode 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 static ReadDeviceIdentificationCode get(int code)
public int toInt()
Copyright © 2018. All rights reserved.