template <>

class WireWeakSyncClientImpl

Defined at line 9879 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::WireResult< ::fuchsia_net_routes_admin::RouteSetV4::AuthenticateForInterface> AuthenticateForInterface (::fuchsia_net_resources::wire::ProofOfInterfaceAuthorization && credential)

Authenticate this route set to manage routes on the provided interface.

Authentication is valid for the lifetime of the route set.

+ request `interface` the authentication credential for an interface.

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

::fidl::WireResult< ::fuchsia_net_routes_admin::RouteSetV4::AddRoute> AddRoute (const ::fuchsia_net_routes::wire::RouteV4 & route)

Adds a route to this route set.

+ request `route` the route to add.

- response `did_add` true iff the route was added to this `RouteSet`

as a result of this call.

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

::fidl::WireResult< ::fuchsia_net_routes_admin::RouteSetV4::RemoveRoute> RemoveRoute (const ::fuchsia_net_routes::wire::RouteV4 & route)

Removes a route from this route set.

Note that if this route also exists other route sets, it will not be

removed from the global routing table.

+ request `route` the route to remove.

- response `did_remove` true iff the route was removed from this

`RouteSet` as a result of this call.

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