API Docs for: 0.96

Class vsido.ScanBluetooth

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

Bluetoothスキャンコマンドを生成する。

vsido.ScanBluetooth( )
vsido.client.config.js:9
Example

    var scan =  new vsido.ScanBluetooth();
    var connect = new vsido.Connect({'ip':'192.168.11.5'});
    connect.send(scan,function(response){
      console.log(JSON.stringify(response));
    });
    
copyright © 2015 V-Sido Developer All Rights Reserved.