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