class SynchronousDatagramSocket_RecvMsg_Result

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

Public Members

static const fidl_type_t * FidlType

Public Methods

void SynchronousDatagramSocket_RecvMsg_Result ()
::fuchsia::posix::socket::SynchronousDatagramSocket_RecvMsg_Response & response ()

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

const ::fuchsia::posix::socket::SynchronousDatagramSocket_RecvMsg_Response & response ()

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

bool is_err ()

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

::fuchsia::posix::Errno & err ()

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

const ::fuchsia::posix::Errno & err ()

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

::fuchsia::posix::socket::SynchronousDatagramSocket_RecvMsg_Result::Tag Which ()

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

fidl_xunion_tag_t Ordinal ()

You probably want to use Which() method instead of Ordinal(). Use Ordinal() only when you need

access to the raw integral ordinal value.

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

void SynchronousDatagramSocket_RecvMsg_Result (fpromise::ok_result< ::std::tuple< ::std::unique_ptr< ::fuchsia::net::SocketAddress>, ::std::vector<uint8_t>, ::fuchsia::posix::socket::DatagramSocketRecvControlData, uint32_t>> && result)

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

void SynchronousDatagramSocket_RecvMsg_Result (fpromise::error_result< ::fuchsia::posix::Errno> && result)

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

void SynchronousDatagramSocket_RecvMsg_Result (fpromise::result< ::std::tuple< ::std::unique_ptr< ::fuchsia::net::SocketAddress>, ::std::vector<uint8_t>, ::fuchsia::posix::socket::DatagramSocketRecvControlData, uint32_t>, ::fuchsia::posix::Errno> && result)

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

fpromise::result< ::std::tuple< ::std::unique_ptr< ::fuchsia::net::SocketAddress>, ::std::vector<uint8_t>, ::fuchsia::posix::socket::DatagramSocketRecvControlData, uint32_t>, ::fuchsia::posix::Errno> operator result ()

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

void ~SynchronousDatagramSocket_RecvMsg_Result ()
void SynchronousDatagramSocket_RecvMsg_Result (SynchronousDatagramSocket_RecvMsg_Result && )
SynchronousDatagramSocket_RecvMsg_Result & operator= (SynchronousDatagramSocket_RecvMsg_Result && )
SynchronousDatagramSocket_RecvMsg_Result WithResponse (::fuchsia::posix::socket::SynchronousDatagramSocket_RecvMsg_Response && )
SynchronousDatagramSocket_RecvMsg_Result WithErr (::fuchsia::posix::Errno && )
::std::unique_ptr<SynchronousDatagramSocket_RecvMsg_Result> New ()
void Encode (::fidl::Encoder * encoder, size_t offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, SynchronousDatagramSocket_RecvMsg_Result * value, size_t offset)
zx_status_t Clone (SynchronousDatagramSocket_RecvMsg_Result * result)
bool has_invalid_tag ()

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

bool is_response ()

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

SynchronousDatagramSocket_RecvMsg_Result & set_response (::fuchsia::posix::socket::SynchronousDatagramSocket_RecvMsg_Response value)
SynchronousDatagramSocket_RecvMsg_Result & set_err (::fuchsia::posix::Errno value)

Enumerations

enum Tag : fidl_xunion_tag_t
Name Value Comments
kResponse 1

0x1

kErr 2

0x2

Invalid ::std::numeric_limits<::fidl_union_tag_t>::max() --

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

Friends

class Equality