class BaseNetworkSocketGetIpv6ReceiveTrafficClassResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void BaseNetworkSocketGetIpv6ReceiveTrafficClassResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits