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