API Docs for: 0.96

Class vsido.PairBluetooth

Class defined in: vsido.client.config.js:26

Bluetoothペアリングコマンドを生成する。

vsido.PairBluetooth( mac )
vsido.client.config.js:26
Parameters:
  • mac <String>

    BluetoothデバイスMACアドレス

Example

    var pair =  new vsido.PairBluetooth('08:00:27:d0:61:59');
    var connect = new vsido.Connect({'ip':'192.168.11.5'});
    connect.send(pair,function(response){
      console.log(JSON.stringify(response));
    });
    
copyright © 2015 V-Sido Developer All Rights Reserved.