template <>

class WireSyncClientImpl

Defined at line 2357 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/wire_messaging.h

Methods to make a sync FIDL call directly on an unowned handle or a

const reference to a |::fidl::ClientEnd

<

::fuchsia_net_routes::StateV6>|,

avoiding setting up a client.

Public Methods

::fidl::OneWayStatus GetWatcherV6 (::fidl::ServerEnd< ::fuchsia_net_routes::WatcherV6> && watcher, ::fuchsia_net_routes::wire::WatcherOptionsV6 options)

Initialize a watcher for IPv6 routing state.

+ request 'watcher' grants access to the `WatcherV6` Protocol.

+ request `watch_options` specifies the behavior of the `WatcherV6`.

Allocates 80 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::OneWayStatus GetRuleWatcherV6 (::fidl::ServerEnd< ::fuchsia_net_routes::RuleWatcherV6> && watcher, ::fuchsia_net_routes::wire::RuleWatcherOptionsV6 options)

Initialize a watcher for IPv6 rules state.

+ request 'watcher' grants access to the `RuleWatcherV6` Protocol.

+ request `watch_options` specifies the behavior of the `RuleWatcherV6`.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.