template <>
class WireSyncBufferClientImpl
Defined at line 4047 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::WireUnownedResult< ::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.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::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.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
::fidl::WireUnownedResult< ::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.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.