class StreamSocketGetTcpWindowClampResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void StreamSocketGetTcpWindowClampResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits