Class

FridaRpcClient

Description [src]

final class Frida.RpcClient : GObject.Object
{
  /* No available fields */
}

Issues RPC calls over a FridaRpcPeer, matching responses to requests.

Ancestors

Constructors

frida_rpc_client_new

Creates an RPC client that talks over peer.

Instance methods

frida_rpc_client_call

Calls a remote method and waits for its result.

frida_rpc_client_call_finish

Calls a remote method and waits for its result.

frida_rpc_client_try_handle_message

Feeds an incoming message to the client, matching it against pending calls if it is an RPC response.

frida_rpc_client_get_peer

The peer used to send and receive RPC messages.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Frida.RpcClient:peer

The peer used to send and receive RPC messages.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct FridaRpcClientClass {
  /* no available fields */
}

No description available.