class BaseNetworkSocketGetIpv6MulticastHopsResult
Defined at line 9379 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/natural_types.h
Public Methods
void BaseNetworkSocketGetIpv6MulticastHopsResult (BaseNetworkSocketGetIpv6MulticastHopsResult && other)
BaseNetworkSocketGetIpv6MulticastHopsResult & operator= (BaseNetworkSocketGetIpv6MulticastHopsResult && other)
void BaseNetworkSocketGetIpv6MulticastHopsResult (const BaseNetworkSocketGetIpv6MulticastHopsResult & other)
BaseNetworkSocketGetIpv6MulticastHopsResult & operator= (const BaseNetworkSocketGetIpv6MulticastHopsResult & other)
bool operator== (const BaseNetworkSocketGetIpv6MulticastHopsResult & other)
bool operator!= (const BaseNetworkSocketGetIpv6MulticastHopsResult & other)
::fuchsia_posix_socket::BaseNetworkSocketGetIpv6MulticastHopsResult::Tag Which ()
BaseNetworkSocketGetIpv6MulticastHopsResult WithResponse (::fuchsia_posix_socket::BaseNetworkSocketGetIpv6MulticastHopsResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
BaseNetworkSocketGetIpv6MulticastHopsResult & response (::fuchsia_posix_socket::BaseNetworkSocketGetIpv6MulticastHopsResponse value)
Sets the union to hold the response member.
BaseNetworkSocketGetIpv6MulticastHopsResult WithErr (::fuchsia_posix::Errno val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
BaseNetworkSocketGetIpv6MulticastHopsResult & err (::fuchsia_posix::Errno value)
Sets the union to hold the err member.
void BaseNetworkSocketGetIpv6MulticastHopsResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Enumerations
enum Tag
| Name | Value |
|---|---|
| kResponse | 1 |
| kErr | 2 |
TODO: share union tag types between wire
&
natural.
Defined at line 9389 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits