View Single Post
Posts: 15 | Thanked: 17 times | Joined on Sep 2019
#4
Originally Posted by coderus View Post
for ofono you can use corresponding qml bindings insead of direct dbus calls
I found this: https://git.sailfishos.org/mer-core/...ugins.qmltypes

Do you have any idea if this is just calling the dbus, or does it directly access the ofono libs some other way?

I see NetworkMonitor doesn't appear to be in there, which I am using.

I have typedcalls working now, but I have not worked out a way to get callbacks/events/signals from NetworkMonitor, and I am left doing timer polling of getServingNetworkProperties.

There is a NetworkMonitorAgent , but does not seem to be in dbus on sfos. There is a call to RegisterAgent in NetworkMonitor, but I cannot see what to do with it.

Last edited by crun; 2021-06-22 at 06:02.
 

The Following User Says Thank You to crun For This Useful Post: