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