public static enum MultiDeviceSearch.RssiSupport extends java.lang.Enum<MultiDeviceSearch.RssiSupport>
Enum Constant and Description |
---|
AVAILABLE
Rssi data is available and will be reported.
|
UNAVAILABLE
Rssi data is unavailable, the search will only report new devices.
|
UNKNOWN_OLDSERVICE
An old plugin service is in use, so it is unknown whether rssi is supported or not.
|
Modifier and Type | Method and Description |
---|---|
static MultiDeviceSearch.RssiSupport |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MultiDeviceSearch.RssiSupport[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MultiDeviceSearch.RssiSupport AVAILABLE
public static final MultiDeviceSearch.RssiSupport UNAVAILABLE
public static final MultiDeviceSearch.RssiSupport UNKNOWN_OLDSERVICE
public static MultiDeviceSearch.RssiSupport[] values()
for (MultiDeviceSearch.RssiSupport c : MultiDeviceSearch.RssiSupport.values()) System.out.println(c);
public static MultiDeviceSearch.RssiSupport 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 nullCopyright © 2015 Dynastream Innovations Inc. All Rights Reserved.