template <>

class WireTableBuilder

Defined at line 343 of file fidling/gen/sdk/fidl/fuchsia.net.interfaces/fuchsia.net.interfaces/cpp/fidl/fuchsia.net.interfaces/cpp/wire_types.h

Public Methods

template <typename First = ::fuchsia_net::wire::Subnet, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_net::wire::Subnet>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_net_interfaces::wire::Address> & addr (First && first, Args &&... args_)

The address and prefix length.

Required.

Defined at line 357 of file fidling/gen/sdk/fidl/fuchsia.net.interfaces/fuchsia.net.interfaces/cpp/fidl/fuchsia.net.interfaces/cpp/wire_types.h

template <typename First = int64_t, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<int64_t>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_net_interfaces::wire::Address> & valid_until (First && first, Args &&... args_)

The time after which the address will no longer be valid.

Its value must be greater than 0. A value of `ZX_TIME_INFINITE`

indicates that the address will always be valid. The value is

derived from the monotonic clock.

As a `zx.Time`, the value has

[monotonic clock semantics](https://fuchsia.dev/fuchsia-src/concepts/time/monotonic),

which implies that it has no meaning outside of the host on which it

was generated and no meaning across host restarts.

Optional; may be omitted due to disinterest.

Defined at line 380 of file fidling/gen/sdk/fidl/fuchsia.net.interfaces/fuchsia.net.interfaces/cpp/fidl/fuchsia.net.interfaces/cpp/wire_types.h

template <typename First = ::fuchsia_net_interfaces::wire::PreferredLifetimeInfo, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_net_interfaces::wire::PreferredLifetimeInfo>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_net_interfaces::wire::Address> & preferred_lifetime_info (First && first, Args &&... args_)

Preferred lifetime information.

Optional; may be omitted due to disinterest.

Defined at line 394 of file fidling/gen/sdk/fidl/fuchsia.net.interfaces/fuchsia.net.interfaces/cpp/fidl/fuchsia.net.interfaces/cpp/wire_types.h

Friends

template <>
class Address