class SendMsgMeta

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

Metadata of a sent datagram.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::fuchsia::net::SocketAddress & to ()

The destination address, if specified.

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

bool has_to ()

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

::fuchsia::net::SocketAddress * mutable_to ()

The destination address, if specified.

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

void clear_to ()

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

const ::fuchsia::posix::socket::DatagramSocketSendControlData & control ()

Ancillary control message data used for sending the payload.

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

bool has_control ()

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

::fuchsia::posix::socket::DatagramSocketSendControlData * mutable_control ()

Ancillary control message data used for sending the payload.

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

void clear_control ()

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

SendMsgMeta & set_to (::fuchsia::net::SocketAddress _value)
SendMsgMeta & set_control (::fuchsia::posix::socket::DatagramSocketSendControlData _value)
void SendMsgMeta ()
void SendMsgMeta (SendMsgMeta && other)
void ~SendMsgMeta ()
SendMsgMeta & operator= (SendMsgMeta && other)
::std::unique_ptr<SendMsgMeta> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, SendMsgMeta * _value, size_t _offset)
zx_status_t Clone (SendMsgMeta * _result)