class StreamSocketGetTcpKeepAliveCountResult

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

Public Methods

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

Sets the union to hold the response member.

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

Sets the union to hold the err member.

void StreamSocketGetTcpKeepAliveCountResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

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

Friends

class NaturalUnionCodingTraits