Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回连接的状态。
byte Connection.getState() throws ULjException
以下示例演示了如何检查连接状态和释放连接。
if( _conn.getState() == Connection.CONNECTED ){ _conn.release(); }