1.5.0 • Published 9 years ago

tmds-client v1.5.0

Weekly downloads
3
License
ISC
Repository
github
Last release
9 years ago

TMDS node client

List printers

var tmds = erequire('tmds-client');
var TMDS_HOST='https://localhost:43210';
var printerManager = new tmds.PrinterManager(TMDS_HOST);
    printerManager.listPrinters(function (err, result) {
        if (!err) {
            console.log(result);            
        } else {
            console.error(err);
        }
    })
1.5.0

9 years ago

1.4.0

9 years ago

1.3.1

9 years ago

1.3.0

9 years ago

1.2.2

9 years ago

1.2.1

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.0

9 years ago