class StreamSocketSetTcpUserTimeoutResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void StreamSocketSetTcpUserTimeoutResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits