Method

FridaRpcClientcall

Declaration

void
frida_rpc_client_call (
  FridaRpcClient* self,
  const gchar* method,
  JsonNode** args,
  gint args_length1,
  GBytes* data,
  GCancellable* cancellable,
  GAsyncReadyCallback _callback_,
  void* _callback__target
)

Description [src]

Calls a remote method and waits for its result.

Parameters

method

Type: const gchar*

The method name to invoke.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
args

Type: An array of JsonNode*

The JSON arguments.

The length of the array is specified in the args_length1 argument.
The data is owned by the caller of the method.
args_length1

Type: gint

No description available.

data

Type: GBytes

Binary data to accompany the call, if any.

The argument can be NULL.
The data is owned by the caller of the method.
cancellable

Type: GCancellable

No description available.

The argument can be NULL.
The data is owned by the caller of the method.
_callback_

Type: GAsyncReadyCallback

No description available.

The argument can be NULL.
_callback__target

Type: void*

No description available.

The argument can be NULL.
The data is owned by the caller of the method.