|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Variable>
giovynet.bt.Variable
public enum Variable
GiovynetBT Variables.
| Enum Constant Summary | |
|---|---|
CONNECTABLE
Determines whether a remote bluetooth device can establish a conection. |
|
ECBONDING
Determines the mode EasyConnect boundig/pairing. |
|
ECCONNECTION
Determines the state from EasyConnect connection. |
|
ENCRYPTION
Determines whether transmitted data is encrypted or sent in the clear. |
|
FLOW
Determines whether flow control,RTS & CTS, is used for GiovynetBT communications. |
|
LINK_TIMEOUT
The maximum amount of time, in seconds, that GiovynetBT will try recover the connection, if lost, before dropping the coneccion. |
|
PARITY
Determines whether parity is used for GiovynetBT communications. |
|
PASSKEY
Passkey that is used when a connection is established with a new device. |
|
SECURITY
Provides control over whether only trusted devices are permitted to connect. |
|
SLEEP
Deep Sleep is an aggressive sleep mode which clocks down the CPU in the GiovynetBT to conserve power. |
|
SNIFF
Sniff mode is a power management feature which applies to active connections an configures a schedule for communications between the conected device, during idle periods. |
|
TRUSTED_LIST
Controls whether devices are added to the trusted device list. |
|
TXPOWER
Determine the maximum transmitter power the device will uses to maintain a connection. |
|
VISIBLE
Determines whether or not the device is visible to remote bluetooth devices. |
|
| Method Summary | |
|---|---|
java.lang.String |
getValue()
Gets the value of the variable. |
static Variable |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Variable[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final Variable CONNECTABLE
public static final Variable ECBONDING
public static final Variable ECCONNECTION
public static final Variable ENCRYPTION
public static final Variable FLOW
public static final Variable LINK_TIMEOUT
public static final Variable PARITY
public static final Variable PASSKEY
public static final Variable SECURITY
public static final Variable SLEEP
public static final Variable SNIFF
public static final Variable TRUSTED_LIST
public static final Variable TXPOWER
public static final Variable VISIBLE
| Method Detail |
|---|
public static Variable[] values()
for (Variable c : Variable.values()) System.out.println(c);
public static Variable 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 name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||