public static enum BluetoothHelper.Properties extends java.lang.Enum<BluetoothHelper.Properties>
Enum Constant and Description |
---|
PROPERTY_BROADCAST |
PROPERTY_EXTENDED_PROPS |
PROPERTY_INDICATE |
PROPERTY_NOTIFY |
PROPERTY_READ |
PROPERTY_SIGNED_WRITE |
PROPERTY_WRITE |
PROPERTY_WRITE_NO_RESPONSE |
Modifier and Type | Method and Description |
---|---|
static BluetoothHelper.Properties |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BluetoothHelper.Properties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BluetoothHelper.Properties PROPERTY_BROADCAST
public static final BluetoothHelper.Properties PROPERTY_READ
public static final BluetoothHelper.Properties PROPERTY_WRITE_NO_RESPONSE
public static final BluetoothHelper.Properties PROPERTY_WRITE
public static final BluetoothHelper.Properties PROPERTY_NOTIFY
public static final BluetoothHelper.Properties PROPERTY_INDICATE
public static final BluetoothHelper.Properties PROPERTY_SIGNED_WRITE
public static final BluetoothHelper.Properties PROPERTY_EXTENDED_PROPS
public static BluetoothHelper.Properties[] values()
for (BluetoothHelper.Properties c : BluetoothHelper.Properties.values()) System.out.println(c);
public static BluetoothHelper.Properties 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 null