dbus-sdk
Version:
A Node.js SDK for interacting with DBus, enabling seamless service calling and exposure with TypeScript support
9 lines • 343 B
TypeScript
import { DBusTypeClass } from '../DBusTypeClass';
/**
* @deprecated The native node.js socket supports creating unix domain sockets, but they do not support passing file descriptors.
*/
export declare class DBusUnixFD extends DBusTypeClass {
static type: string;
constructor(value: number);
}
//# sourceMappingURL=DBusUnixFD.d.ts.map