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