Package com.zebra.bluetooth.btinsightlib
Class BtInsightConstants.StatusCode
- java.lang.Object
-
- com.zebra.bluetooth.btinsightlib.BtInsightConstants.StatusCode
-
- Enclosing class:
- BtInsightConstants
public static class BtInsightConstants.StatusCode extends java.lang.Object
Represents status of request processed by core analyzer services
-
-
Field Summary
Fields Modifier and Type Field Description static int
STATUS_ERROR
Indicates that there is an internal error in the analyzerstatic int
STATUS_FAIL
Indicates that failure in execution of request due to improper inputs and for other reasonsstatic int
STATUS_NOT_READY
Indicates that BT analyzer is not ready yet and busy in initializing componentsstatic int
STATUS_SUCCESS
Indicates that successful execution of request or operationstatic int
STATUS_UNAUTHORIZED
Indicates that client application is unauthorized to interact with BT analyzer
-
Constructor Summary
Constructors Modifier Constructor Description private
StatusCode()
-
-
-
Field Detail
-
STATUS_ERROR
public static final int STATUS_ERROR
Indicates that there is an internal error in the analyzer- See Also:
- Constant Field Values
-
STATUS_SUCCESS
public static final int STATUS_SUCCESS
Indicates that successful execution of request or operation- See Also:
- Constant Field Values
-
STATUS_FAIL
public static final int STATUS_FAIL
Indicates that failure in execution of request due to improper inputs and for other reasons- See Also:
- Constant Field Values
-
STATUS_NOT_READY
public static final int STATUS_NOT_READY
Indicates that BT analyzer is not ready yet and busy in initializing components- See Also:
- Constant Field Values
-
STATUS_UNAUTHORIZED
public static final int STATUS_UNAUTHORIZED
Indicates that client application is unauthorized to interact with BT analyzer- See Also:
- Constant Field Values
-
-