public class Config
extends java.lang.Object
Config.Builder
获得实例.Config.Builder
Modifier and Type | Class and Description |
---|---|
static class |
Config.Builder
创建
Config 对象 |
Modifier and Type | Field and Description |
---|---|
static int |
CONNECT_RETRY |
static int |
CONNECT_TIMEOUT |
static boolean |
DEBUG
全局调试开关
|
static boolean |
DEBUG_BREEZE_PROTOCOL
breeze协议调试开关
|
static boolean |
DEBUG_PACKET
breeze协议拆包,组包调试开关
|
static boolean |
DEBUG_SCAN
扫描调试开关
|
static boolean |
DEBUG_SCAN_VERBOSE
详细扫描调试开关
|
static boolean |
SINGLE_SCANNER |
static boolean |
USE_LOW_SCANN_API |
Modifier and Type | Method and Description |
---|---|
boolean |
debuggable()
获取调试状态
|
int |
getLogLevel()
获取日记级别
|
boolean |
loggable()
获取日志状态
|
public static boolean DEBUG
public static boolean DEBUG_SCAN
public static boolean DEBUG_SCAN_VERBOSE
public static boolean DEBUG_PACKET
public static boolean DEBUG_BREEZE_PROTOCOL
public static boolean SINGLE_SCANNER
public static boolean USE_LOW_SCANN_API
public static int CONNECT_RETRY
public static int CONNECT_TIMEOUT