Class

FridaRemoteDeviceOptions

Description [src]

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

Options for connecting to a remote device with frida_device_manager_add_remote_device().

Ancestors

Constructors

frida_remote_device_options_new

Creates a new FridaRemoteDeviceOptions.

Instance methods

frida_remote_device_options_get_certificate

TLS certificate to present, for connections that require one.

frida_remote_device_options_set_certificate

TLS certificate to present, for connections that require one.

frida_remote_device_options_get_origin

Origin to send when connecting, if the server checks it.

frida_remote_device_options_set_origin

Origin to send when connecting, if the server checks it.

frida_remote_device_options_get_token

Authentication token to present to the server.

frida_remote_device_options_set_token

Authentication token to present to the server.

frida_remote_device_options_get_keepalive_interval

Interval between keepalive messages, in seconds, or -1 to disable.

frida_remote_device_options_set_keepalive_interval

Interval between keepalive messages, in seconds, or -1 to disable.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Frida.RemoteDeviceOptions:certificate

TLS certificate to present, for connections that require one.

Frida.RemoteDeviceOptions:origin

Origin to send when connecting, if the server checks it.

Frida.RemoteDeviceOptions:token

Authentication token to present to the server.

Frida.RemoteDeviceOptions:keepalive-interval

Interval between keepalive messages, in seconds, or -1 to disable.

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

No description available.