Tizen Native API  3.0
org.freedesktop.DBus.Peer

Functions

Eldbus_Pendingeldbus_object_peer_ping (Eldbus_Object *obj, Eldbus_Message_Cb cb, const void *data)
Eldbus_Pendingeldbus_object_peer_machine_id_get (Eldbus_Object *obj, Eldbus_Message_Cb cb, const void *data)

Function Documentation

Call the method "GetMachineId" on the eldbus object.

Parameters:
objEldbus object.
cbCallback called when receiving an answer.
dataData passed to the callback.
Returns:
The Eldbus_Pending corresponding to the message sent.
Since :
3.0
Eldbus_Pending* eldbus_object_peer_ping ( Eldbus_Object obj,
Eldbus_Message_Cb  cb,
const void *  data 
)

Call the method "Ping" on the eldbus object.

Parameters:
objEldbus object.
cbCallback called when receiving an answer.
dataData passed to the callback.
Returns:
The Eldbus_Pending corresponding to the message sent.
Since :
3.0