class SendMsgMeta

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

Metadata of a sent datagram.

Public Methods

void SendMsgMeta (Storage_ storage)
void SendMsgMeta ()

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

void SendMsgMeta (SendMsgMeta && )

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

void SendMsgMeta (const SendMsgMeta & other)
SendMsgMeta & operator= (SendMsgMeta && )

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

SendMsgMeta & operator= (const SendMsgMeta & other)
bool operator== (const SendMsgMeta & other)
bool operator!= (const SendMsgMeta & other)
bool IsEmpty ()
const std::optional< ::fuchsia_net::SocketAddress> & to ()

The destination address, if specified.

::std::optional< ::fuchsia_net::SocketAddress> & to ()

The destination address, if specified.

SendMsgMeta & to (std::optional< ::fuchsia_net::SocketAddress> value)

The destination address, if specified.

const std::optional< ::fuchsia_posix_socket::DatagramSocketSendControlData> & control ()

Ancillary control message data used for sending the payload.

::std::optional< ::fuchsia_posix_socket::DatagramSocketSendControlData> & control ()

Ancillary control message data used for sending the payload.

SendMsgMeta & control (std::optional< ::fuchsia_posix_socket::DatagramSocketSendControlData> value)

Ancillary control message data used for sending the payload.

void SendMsgMeta (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits