template <>

class WireSyncBufferClientImpl

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

Public Methods

::fidl::OneWayStatus GetWatcherV4 (::fidl::ServerEnd< ::fuchsia_net_routes::WatcherV4> && watcher, ::fuchsia_net_routes::wire::WatcherOptionsV4 options)

Initialize a watcher for IPv4 routing state.

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

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

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::OneWayStatus GetRuleWatcherV4 (::fidl::ServerEnd< ::fuchsia_net_routes::RuleWatcherV4> && watcher, ::fuchsia_net_routes::wire::RuleWatcherOptionsV4 options)

Initialize a watcher for IPv4 rules state.

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

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

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.