public class EasyDeviceInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
debuggable
The constant debuggable.
|
static java.lang.String |
nameOfLib
The Name.
|
static java.lang.String |
notFoundVal
The Not found val.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
debug()
Debug.
|
static java.lang.String |
getLibraryVersion()
Gets library version.
|
static void |
setConfigs(java.lang.String notFoundVal,
boolean debugFlag)
Instantiates a new Easy device info.
|
static void |
setNotFoundVal(java.lang.String notFoundVal)
Instantiates a new Easy device info.
|
public static final java.lang.String nameOfLib
public static boolean debuggable
public static java.lang.String notFoundVal
public static void setNotFoundVal(java.lang.String notFoundVal)
notFoundVal - the not found valpublic static void setConfigs(java.lang.String notFoundVal,
boolean debugFlag)
notFoundVal - the not found valdebugFlag - the debug flagpublic static java.lang.String getLibraryVersion()
public static void debug()