class BaseNetworkSocketGetIpv6TrafficClassResult

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

Public Methods

void BaseNetworkSocketGetIpv6TrafficClassResult (BaseNetworkSocketGetIpv6TrafficClassResult && other)
BaseNetworkSocketGetIpv6TrafficClassResult & operator= (BaseNetworkSocketGetIpv6TrafficClassResult && other)
void BaseNetworkSocketGetIpv6TrafficClassResult (const BaseNetworkSocketGetIpv6TrafficClassResult & other)
BaseNetworkSocketGetIpv6TrafficClassResult & operator= (const BaseNetworkSocketGetIpv6TrafficClassResult & other)
bool operator== (const BaseNetworkSocketGetIpv6TrafficClassResult & other)
bool operator!= (const BaseNetworkSocketGetIpv6TrafficClassResult & other)
::fuchsia_posix_socket::BaseNetworkSocketGetIpv6TrafficClassResult::Tag Which ()
BaseNetworkSocketGetIpv6TrafficClassResult WithResponse (::fuchsia_posix_socket::BaseNetworkSocketGetIpv6TrafficClassResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
BaseNetworkSocketGetIpv6TrafficClassResult & response (::fuchsia_posix_socket::BaseNetworkSocketGetIpv6TrafficClassResponse value)

Sets the union to hold the response member.

BaseNetworkSocketGetIpv6TrafficClassResult WithErr (::fuchsia_posix::Errno val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
BaseNetworkSocketGetIpv6TrafficClassResult & err (::fuchsia_posix::Errno value)

Sets the union to hold the err member.

void BaseNetworkSocketGetIpv6TrafficClassResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits