class EffectiveRouteProperties

Defined at line 1039 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/hlcpp/fuchsia/net/routes/cpp/fidl.h

The effective properties of a route installed in the system.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const uint32_t & metric ()

The route's effective metric, dependent on the value of the route's

[`SpecifiedRouteProperties`]. If the `specified_metric` is

`explicit_metric`, this value will be identical to the provided value;

if the `specified_metric` is `inherited_from_interface` this value will

be the interface's routing metric.

Defined at line 1050 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/hlcpp/fuchsia/net/routes/cpp/fidl.h

bool has_metric ()

Defined at line 1054 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/hlcpp/fuchsia/net/routes/cpp/fidl.h

uint32_t * mutable_metric ()

The route's effective metric, dependent on the value of the route's

[`SpecifiedRouteProperties`]. If the `specified_metric` is

`explicit_metric`, this value will be identical to the provided value;

if the `specified_metric` is `inherited_from_interface` this value will

be the interface's routing metric.

Defined at line 1063 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/hlcpp/fuchsia/net/routes/cpp/fidl.h

void clear_metric ()

Defined at line 1071 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/hlcpp/fuchsia/net/routes/cpp/fidl.h

EffectiveRouteProperties & set_metric (uint32_t _value)
void EffectiveRouteProperties ()
void EffectiveRouteProperties (EffectiveRouteProperties && other)
void ~EffectiveRouteProperties ()
EffectiveRouteProperties & operator= (EffectiveRouteProperties && other)
::std::unique_ptr<EffectiveRouteProperties> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, EffectiveRouteProperties * _value, size_t _offset)
zx_status_t Clone (EffectiveRouteProperties * _result)