hypfvieh / dbus-java

Improved version of java DBus library provided by freedesktop.org (https://dbus.freedesktop.org/doc/dbus-java/)
https://hypfvieh.github.io/dbus-java/
MIT License
180 stars 72 forks source link

(ub) Type help #226

Closed HugoMSMartins closed 1 year ago

HugoMSMartins commented 1 year ago

Hi, iam trying read the modem properties with ModemManager, and i have this property:

property type="(ub)" name="SignalQuality" access="read"

That returns (ub) ,

In the QDBusViewer i receive this: Arguments: [Variant: [Argument: (ub) 60, false]]

The first element is an integer the secound is boolean.

Some one can help me wath is the correct of Data Type in Java i can use to get this value corretly?