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