onbon.bx06
Class Bx6GEnv

java.lang.Object
  extended by onbon.bx06.Bx6GEnv

public final class Bx6GEnv
extends Object

BX6G API 环境。

Author:
ONBON

Field Summary
static boolean CONFIG_READY
           
static String VER_INFO
           
 
Method Summary
static void initial()
          API 初始化。
static void initial(int timeout)
          API 初始化。
static boolean isLoaded()
           
static void printVersion()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VER_INFO

public static final String VER_INFO
See Also:
Constant Field Values

CONFIG_READY

public static boolean CONFIG_READY
Method Detail

initial

public static void initial()
                    throws Exception
API 初始化。

Throws:
Exception - 初始化发生错误。

initial

public static void initial(int timeout)
                    throws Exception
API 初始化。

Parameters:
timeout - 通訊逾時,單位為毫秒。
Throws:
Exception - 初始化发生错误。

isLoaded

public static boolean isLoaded()

printVersion

public static void printVersion()


Copyright © 2020 onbon. All rights reserved.