API Docs for: 0.96

Class vsido.execRaw

Class defined in: vsido.client.api.js:913

RAW コマンド(pass through)を生成する。(ST、サイズ付き、チェックSUM付き) RAW コマンドはV-Sido CONNECTにそのまま送られる。

vsido.execRaw( )
vsido.client.api.js:913
Example

    var raw = new vsido.execRaw();
    raw['exec'].push(0xff);
    raw['exec'].push(0x6f);
    raw['exec'].push(0x08);
    raw['exec'].push(0x01);
    raw['exec'].push(0x02);
    raw['exec'].push(0xc8);
    raw['exec'].push(0x00);
    raw['exec'].push(0x53);
    
copyright © 2015 V-Sido Developer All Rights Reserved.