Class

FridaService

Description [src]

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

A connection to a device-specific service, opened via frida_device_open_service().

Ancestors

Instance methods

frida_service_is_closed

Checks whether the service connection has been closed.

frida_service_activate

Activates the service, completing any handshake needed before requests can be made.

frida_service_activate_finish

Activates the service, completing any handshake needed before requests can be made.

frida_service_activate_sync

Activates the service, completing any handshake needed before requests can be made.

frida_service_cancel

Cancels the service connection, closing it.

frida_service_cancel_finish

Cancels the service connection, closing it.

frida_service_cancel_sync

Cancels the service connection, closing it.

frida_service_request

Sends a request to the service and waits for its response.

frida_service_request_finish

Sends a request to the service and waits for its response.

frida_service_request_sync

Sends a request to the service and waits for its response.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Signals

Frida.Service::close

Emitted when the service connection is closed.

Frida.Service::message

Emitted when the service sends a message.

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 FridaServiceClass {
  /* no available fields */
}

No description available.