public static enum Aur720BParameter.BluetoothProfile extends java.lang.Enum<Aur720BParameter.BluetoothProfile>
Enum Constant and Description |
---|
HID
Human Interface Device Profile for keyboard emulation.
|
SPP
Serial Port Profile
|
Modifier and Type | Method and Description |
---|---|
static Aur720BParameter.BluetoothProfile |
getBluetoothProfile(BluetoothProfile data) |
byte |
getValue() |
static Aur720BParameter.BluetoothProfile |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Aur720BParameter.BluetoothProfile[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Aur720BParameter.BluetoothProfile SPP
public static final Aur720BParameter.BluetoothProfile HID
public static Aur720BParameter.BluetoothProfile[] values()
for (Aur720BParameter.BluetoothProfile c : Aur720BParameter.BluetoothProfile.values()) System.out.println(c);
public static Aur720BParameter.BluetoothProfile 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 nullpublic byte getValue()
public static Aur720BParameter.BluetoothProfile getBluetoothProfile(BluetoothProfile data) throws ErrorParameterException
ErrorParameterException