class StreamSocketAcceptResult

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

Public Methods

void StreamSocketAcceptResult ()
void ~StreamSocketAcceptResult ()
void StreamSocketAcceptResult (StreamSocketAcceptResult && other)
StreamSocketAcceptResult & operator= (StreamSocketAcceptResult && other)
bool has_invalid_tag ()
bool is_response ()
StreamSocketAcceptResult WithResponse (::fidl::ObjectView< ::fuchsia_posix_socket::wire::StreamSocketAcceptResponse> val)
template <typename... Args>
StreamSocketAcceptResult WithResponse (::fidl::AnyArena & allocator, Args &&... args)

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

::fuchsia_posix_socket::wire::StreamSocketAcceptResponse & response ()
const ::fuchsia_posix_socket::wire::StreamSocketAcceptResponse & response ()
bool is_err ()
StreamSocketAcceptResult WithErr (::fuchsia_posix::wire::Errno val)
::fuchsia_posix::wire::Errno & err ()
const ::fuchsia_posix::wire::Errno & err ()
::fuchsia_posix_socket::wire::StreamSocketAcceptResult::Tag Which ()
void _CloseHandles ()

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

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