Sha256: 55fc1e7ae6f3f54ba11f3e4f9ab30e549b9841f0f62beaaa654af3d0467870e2
Contents?: true
Size: 463 Bytes
Versions: 4
Compression:
Stored size: 463 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
4 entries across 4 versions & 1 rubygems