Shouqun / node-dbus

dbus module for node
MIT License
150 stars 70 forks source link

Add support for UNIX_FD #182

Closed Niels-Be closed 6 years ago

Niels-Be commented 6 years ago

This adds support of DBUS_TYPE_UNIX_FD as suggested in #134 FDs are handled just like normal integers.

Shouqun commented 6 years ago

thanks