template <>
class WireSyncClientImpl
Defined at line 8147 of file fidling/gen/sdk/fidl/fuchsia.net.routes.admin/fuchsia.net.routes.admin/cpp/fidl/fuchsia.net.routes.admin/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_net_routes_admin::RuleTableV6>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus NewRuleSet (uint32_t priority, ::fidl::ServerEnd< ::fuchsia_net_routes_admin::RuleSetV6> && rule_set)
Returns an empty rule set at requested priority.
Clients are free to manage the rules within their own rule set, but not
the rule set of others. Only one rule set is allowed at each `priority`
level. Channel is closed with `ZX_ERR_ALREADY_EXISTS` if there's already
a rule set at the given `priority`.
+ request `priority` the priority of this `RuleSetV6`, all rule sets are
globally ordered according to this number.
+ request `rule_set` grants access to the `RuleSetV6` protocol.
Allocates 40 bytes of message buffer on the stack. No heap allocation necessary.