template <>
class WireWeakOnewayClientImpl
Defined at line 10187 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.
Allocates 32 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::OneWayStatus NewRouteSet (::fidl::ServerEnd< ::fuchsia_net_routes_admin::RouteSetV6> && route_set)
Creates an empty route set.
+ request `route_set` grants access to the [`RouteSetV6`] protocol.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.