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().
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_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.
Properties
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.