UNPKG

dbus-sdk

Version:

A Node.js SDK for interacting with DBus, enabling seamless service calling and exposure with TypeScript support

7 lines 192 B
export declare enum DBusMessageFlags { REPLY_EXPECTED = 0, NO_REPLY_EXPECTED = 1, NO_AUTO_START = 2, ALLOW_INTERACTIVE_AUTH = 4 } //# sourceMappingURL=DBusMessageFlags.d.ts.map