class StreamSocketGetTcpNoDelayResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void StreamSocketGetTcpNoDelayResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits