Wulnut / dbus-learn

dbus study demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dbus-learn

dbus study demo

test command

Add object path command:

dbus-send --session --print-reply --dest=com.upointech.dbus /com/upointech/dbus/Test com.upointech.dbus.ObjectManager.AddObject

Delete object path command:

dbus-send --session --print-reply --dest=com.upointech.dbus /com/upointech/dbus/Test com.upointech.dbus.ObjectManager.DeleteObject objpath:/com/upointech/dbus/Test/1

Get all object path command

dbus-send --session --print-reply --dest=com.upointech.dbus /com/upointech/dbus/Test com.upointech.dbus.ObjectManager.GetManagedObjects

About

dbus study demo


Languages

Language:C 99.6%Language:Makefile 0.4%