disconnectBT

2022-06-22 09:54 更新

斷開設備

disconnectBT({}, callback(ret,err))

callback(ret,err)

ret:

  • 類型:JSON對象
  • 內(nèi)部字段:

{
    status: true   //已經(jīng)連接
}

err

  • 類型:JSON對象

  • 內(nèi)部字段:

  {
    msg:    //錯誤信息
  }

示例代碼

var BluetoothPrinter = api.require('djyPrinter');
BluetoothPrinter.disconnectBT({
      },function (ret, err) {
});

可用性

Android系統(tǒng)

可提供的1.0.0及更高版本

以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號