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