public static enum OnUpdate.STATE extends java.lang.Enum<OnUpdate.STATE>
Enum Constant and Description |
---|
AUTHENTICATION_END
Bluetooth of device (Android) is authenticated with IN2 ROUTER
|
AUTHENTICATION_ERROR
Bluetooth of device (Android) has found an issue during authentication with IN2 ROUTER
|
AUTHENTICATION_START
Bluetooth of device (Android) is ready to authenticate with IN2 ROUTER
|
BITRATE_ERROR
Bitrate of IN2 Router hasn't benn set
|
BITRATE_SETTED
Bitrate of IN2 Router has been set
|
BLUETOOTH_ERROR
Bluetooth of device (Android) extra state ERROR
|
BLUETOOTH_OFF
Bluetooth of device (Android) is OFF
|
BLUETOOTH_ON
Bluetooth of device (Android) is ON
|
BLUETOOTH_TURNING_OFF
Bluetooth of device (Android) is turning OFF
|
BLUETOOTH_TURNING_ON
Bluetooth of device (Android) is turning ON
|
CONNECTED
Bluetooth of device (Android) is connected with IN2 ROUTER
|
CONNECTING
Bluetooth of device (Android) is connecting with IN2 ROUTER
|
CONNECTION_ERROR
Bluetooth of device (Android) has found an issue while connection with IN2 ROUTER.
|
CONNECTION_START
Bluetooth of device (Android) is ready to start connection with IN2 ROUTER
|
DISCONNECTED
Bluetooth of device (Android) is disconnected from IN2 ROUTER
|
DISCONNECTING
Bluetooth of device (Android) is disconnecting from IN2 ROUTER
|
FILTER_RESET
IN2 Router has been reset filters
|
FILTER_RESET_ERROR
IN2 Router hasn't been reset filters
|
FILTER_SETTED
IN2 Router has been set filter
|
FILTER_SETTED_ERROR
IN2 Router hasn't been set filter
|
GTW_START
Bluetooth of device (Android) is ready to comunicate with IN2 ROUTER
|
GTW_START_ERROR
Bluetooth of device (Android) has found an issue during start comunication with IN2 ROUTER
|
GTW_STOP
Bluetooth of device (Android) isn't comunicating with IN2 ROUTER
|
GTW_STOP_ERROR
Bluetooth of device (Android) has found an issue during end comunication with IN2 ROUTER
|
PAIR_END
Device (Android) has been paired with IN2 ROUTER
|
PAIR_ERROR
Device (Android) hasn't been paired with IN2 ROUTER
|
PAIR_START
Device (Android) is ready to pair with IN2 ROUTER
|
SCAN_END
Bluetooth of device (Android) end scan
|
SCAN_ERROR
Bluetooth of device (Android) has found an issue while scan.
|
SCAN_NORESULT
Bluetooth of device (Android) didn't find devices
|
SCAN_START
Bluetooth of device (Android) is scanning
|
Modifier and Type | Method and Description |
---|---|
static OnUpdate.STATE |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OnUpdate.STATE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OnUpdate.STATE BLUETOOTH_ON
public static final OnUpdate.STATE BLUETOOTH_TURNING_ON
public static final OnUpdate.STATE BLUETOOTH_OFF
public static final OnUpdate.STATE BLUETOOTH_TURNING_OFF
public static final OnUpdate.STATE BLUETOOTH_ERROR
public static final OnUpdate.STATE SCAN_START
public static final OnUpdate.STATE SCAN_END
public static final OnUpdate.STATE SCAN_NORESULT
public static final OnUpdate.STATE SCAN_ERROR
public static final OnUpdate.STATE CONNECTION_START
public static final OnUpdate.STATE CONNECTING
public static final OnUpdate.STATE CONNECTED
public static final OnUpdate.STATE CONNECTION_ERROR
public static final OnUpdate.STATE DISCONNECTING
public static final OnUpdate.STATE DISCONNECTED
public static final OnUpdate.STATE AUTHENTICATION_START
public static final OnUpdate.STATE AUTHENTICATION_ERROR
public static final OnUpdate.STATE AUTHENTICATION_END
public static final OnUpdate.STATE BITRATE_SETTED
public static final OnUpdate.STATE BITRATE_ERROR
public static final OnUpdate.STATE GTW_START
public static final OnUpdate.STATE GTW_START_ERROR
public static final OnUpdate.STATE GTW_STOP
public static final OnUpdate.STATE GTW_STOP_ERROR
public static final OnUpdate.STATE FILTER_RESET
public static final OnUpdate.STATE FILTER_RESET_ERROR
public static final OnUpdate.STATE FILTER_SETTED
public static final OnUpdate.STATE FILTER_SETTED_ERROR
public static final OnUpdate.STATE PAIR_START
public static final OnUpdate.STATE PAIR_ERROR
public static final OnUpdate.STATE PAIR_END
public static OnUpdate.STATE[] values()
for (OnUpdate.STATE c : OnUpdate.STATE.values()) System.out.println(c);
public static OnUpdate.STATE 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