promisified-dbus-native

0.0.3 • Public • Published

promisified-dbus-native

Promisified dbus-native

const dbus = require('promisified-dbus-native');

dbus.systemBus()
  .getInterface('org.freedesktop.DBus', '/org/freedesktop/DBus', 'org.freedesktop.DBus.Introspectable')
  .then(iface => iface.Introspect())
  .then(result => console.log(result));

install

npm install promisified-dbus-native

Readme

Keywords

none

Package Sidebar

Install

npm i promisified-dbus-native

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

6.16 kB

Total Files

6

Last publish

Collaborators

  • snoguchi