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