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
)
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_length1argument.The data is owned by the caller of the method. args_length1-
Type:
gintNo description available.
data-
Type:
GBytesBinary data to accompany the call, if any.
The argument can be NULL.The data is owned by the caller of the method. cancellable-
Type:
GCancellableNo description available.
The argument can be NULL.The data is owned by the caller of the method. _callback_-
Type:
GAsyncReadyCallbackNo 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.