Skip to content

Instantly share code, notes, and snippets.

@evadeflow
evadeflow / ofono-introspection.txt
Created December 14, 2016 15:02
Result of ofono introspection using gdbus
node / {
interface org.freedesktop.DBus.Introspectable {
methods:
Introspect(out s xml);
signals:
properties:
};
interface org.ofono.Manager {
methods:
GetModems(out a(oa{sv}) modems);