sidorares / dbus-native

D-bus protocol client and server for node.js written in native javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fields in Interface Description not documented

athanclark opened this issue · comments

Hi there,

This library looks really well built, but I can't seem to figure out what the last two fields represent in your return types example: https://github.com/sidorares/node-dbus/blob/master/examples/return-types.js#L72

['', 's', [], ['hello_sentence']] - the first two arguments make sense to me; those are the input and output D-Bus type signature strings. But, the last two is where I'm lost - what do they represent? Any help in this regard would be great, I started digging through bus.js and just got lost

Wonderful! Thank you for your quick response. Long live D-Bus!