1.5.0 • Published 10 years ago

tmds-client v1.5.0

Weekly downloads
3
License
ISC
Repository
github
Last release
10 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

10 years ago

1.4.0

10 years ago

1.3.1

10 years ago

1.3.0

10 years ago

1.2.2

10 years ago

1.2.1

10 years ago

1.2.0

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago