class StreamSocketGetTcpCongestionResult

Defined at line 17749 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/natural_types.h

Public Methods

void StreamSocketGetTcpCongestionResult (StreamSocketGetTcpCongestionResult && other)
StreamSocketGetTcpCongestionResult & operator= (StreamSocketGetTcpCongestionResult && other)
void StreamSocketGetTcpCongestionResult (const StreamSocketGetTcpCongestionResult & other)
StreamSocketGetTcpCongestionResult & operator= (const StreamSocketGetTcpCongestionResult & other)
bool operator== (const StreamSocketGetTcpCongestionResult & other)
bool operator!= (const StreamSocketGetTcpCongestionResult & other)
::fuchsia_posix_socket::StreamSocketGetTcpCongestionResult::Tag Which ()
StreamSocketGetTcpCongestionResult WithResponse (::fuchsia_posix_socket::StreamSocketGetTcpCongestionResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
StreamSocketGetTcpCongestionResult & response (::fuchsia_posix_socket::StreamSocketGetTcpCongestionResponse value)

Sets the union to hold the response member.

StreamSocketGetTcpCongestionResult WithErr (::fuchsia_posix::Errno val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
StreamSocketGetTcpCongestionResult & err (::fuchsia_posix::Errno value)

Sets the union to hold the err member.

void StreamSocketGetTcpCongestionResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 17759 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits