|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<Parameter>
giovynet.bt.Parameter
public enum Parameter
GiovynetBT parameters.
| Enum Constant Summary | |
|---|---|
ADDRES_LOCAL
Returns the local device bluetooth addres. |
|
ADDRES_REMOTE
Returns the remote device bluetooth adress. |
|
CONNECTABLE
Returns the connectable mode setting, on or off. |
|
ECBONDING
Returns the EasyConnect bonding setting, initiator or responder. |
|
ECCONNECTION
Returns the EasyConnect connection setting, auto, initiator or responder. |
|
ENCRYPTION
Returns the encryption mode setting, on or off. |
|
FLOW
Returns the flow control setting, none or hardware. |
|
LINK_TIMEOUT
Returns the link timeout setting. |
|
NAME_LOCAL
Returns the local device name. |
|
NAME_REMOTE
Returns the remote device name. |
|
PARITY
Returns the parity setting, odd, even or not. |
|
SECURITY
Returns the security setting, on or off. |
|
SLEEP
Returns the sleep setting, on, off or idle. |
|
SNIFF
Returns the sniff setting, on or off. |
|
STATUS
Returns the connection status, true or false. |
|
TRUSTED_LIST
Returns the trusted list status, on or off. |
|
TXPOWER
Returns the transmit power setting (1-10). |
|
VISIBLE
Returns the visible mode setting, on or off. |
|
| Method Summary | |
|---|---|
java.lang.String |
getValue()
Gets the value of the parameter. |
static Parameter |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Parameter[] |
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 Parameter ADDRES_LOCAL
public static final Parameter ADDRES_REMOTE
public static final Parameter CONNECTABLE
public static final Parameter ECBONDING
public static final Parameter ECCONNECTION
public static final Parameter ENCRYPTION
public static final Parameter FLOW
public static final Parameter LINK_TIMEOUT
public static final Parameter NAME_LOCAL
public static final Parameter NAME_REMOTE
public static final Parameter PARITY
public static final Parameter SECURITY
public static final Parameter SLEEP
public static final Parameter SNIFF
public static final Parameter STATUS
public static final Parameter TRUSTED_LIST
public static final Parameter TXPOWER
public static final Parameter VISIBLE
| Method Detail |
|---|
public static Parameter[] values()
for (Parameter c : Parameter.values()) System.out.println(c);
public static Parameter 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 | |||||||||