template <>
class WireWeakAsyncClientImpl
Defined at line 9409 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::internal::WireThenable< ::fuchsia_net_routes_admin::BaseRuleSet::AuthenticateForRouteTable> AuthenticateForRouteTable (uint32_t table, ::zx::event && token)
Authenticates for a route table that will be used in an action.
Allocates 24 bytes of request buffer on the stack. The callback is stored on the heap.
::fidl::internal::WireThenable< ::fuchsia_net_routes_admin::BaseRuleSet::RemoveRule> RemoveRule (uint32_t index)
Removes a rule from this rule set.
If the client tries to remove from an index that does not have a rule,
the error `RULE_DOES_NOT_EXIST` will be returned.
+ request `index` the index of the rule.
Allocates 24 bytes of request buffer on the stack. The callback is stored on the heap.