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