Can anybody tell me where I can find documentation on how to use gdbus call to get information from the system?
I am following APIs here: https://www.freedesktop.org/software/ModemManager/api/latest/gdbus-org.freedesktop.ModemManager1.Modem.html#gdbus-method-org-freedesktop-ModemManager1-Modem.Command
and I want to read for example:
Model
Revision
State
PowerState
etc.
I was wondering how to create a call to get the "properties" out of the modem through gdbus
Thanks