template <>

class WireTableBuilder

Defined at line 5512 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/wire_types.h

Public Methods

template <typename First = uint64_t, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<uint64_t>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_posix_socket::wire::InterfaceAddresses> & id (First && first, Args &&... args_)

ID of the interface.

Defined at line 5525 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/wire_types.h

template <typename First = ::fidl::StringView, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::StringView>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_posix_socket::wire::InterfaceAddresses> & name (First && first, Args &&... args_)

Name of the interface.

Defined at line 5538 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/wire_types.h

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

All addresses currently assigned to the interface.

Defined at line 5551 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/wire_types.h

Friends

template <>
class InterfaceAddresses