Sha256: 86851fedba5b61d5134909e066e31081a79aa2633df02d95b136f62c958c117f
Contents?: true
Size: 464 Bytes
Versions: 2
Compression:
Stored size: 464 Bytes
Contents
const wrapper = require('./TransmitterWrapper') class Transmitter { static initialize() { return wrapper.initialize() } static sendCommand(messageArray) { return wrapper.sendCommand(messageArray) } static activate = function (licenseKey) { return wrapper.activate(licenseKey) } static setConfigSource(configSource) { return wrapper.setConfigSource(configSource) } } module.exports = Transmitter
Version data entries
2 entries across 2 versions & 1 rubygems