template <>
class WireWeakOnewayBufferClientImpl
Defined at line 9568 of file fidling/gen/sdk/fidl/fuchsia.net.routes.admin/fuchsia.net.routes.admin/cpp/fidl/fuchsia.net.routes.admin/cpp/wire_messaging.h
Public Methods
::fidl::OneWayStatus Detach ()
Detaches the lifetime of the route table from the lifetime of the
client end of the channel.
After this method is called, the route table will not be removed
if the client end is closed. It's a no-op if called on the main table.
Caller provides the backing storage for FIDL message.
::fidl::OneWayStatus NewRouteSet (::fidl::ServerEnd< ::fuchsia_net_routes_admin::RouteSetV4> && route_set)
Creates an empty route set.
+ request `route_set` grants access to the [`RouteSetV4`] protocol.
Caller provides the backing storage for FIDL message.