struct

RNS::Transport::OwnerRef

Inherits Struct < Value < Object

Owner is a lightweight record holding the Reticulum instance properties that Transport needs. This avoids a circular dependency on the full Reticulum class which hasn't been implemented yet.

Constructors

new(is_connected_to_shared_instance : Bool = false, storage_path : String = "", cache_path : String = "", transport_enabled : Bool = false)
Source

Instance methods

cache_path
clone
Source
copy_with(is_connected_to_shared_instance _is_connected_to_shared_instance = @is_connected_to_shared_instance, storage_path _storage_path = @storage_path, cache_path _cache_path = @cache_path, transport_enabled _transport_enabled = @transport_enabled)
Source
is_connected_to_shared_instance
storage_path
transport_enabled