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