class SendMsgMeta

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

Metadata of a sent datagram.

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_posix_socket::wire::SendMsgMeta> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_posix_socket::wire::SendMsgMeta> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_posix_socket::wire::SendMsgMeta>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

void SendMsgMeta ()

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

void SendMsgMeta (const SendMsgMeta & other)

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

SendMsgMeta & operator= (const SendMsgMeta & other)

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

void SendMsgMeta (SendMsgMeta && other)

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

SendMsgMeta & operator= (SendMsgMeta && other)

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

::fuchsia_net::wire::SocketAddress & to ()

The destination address, if specified.

bool has_to ()
::fuchsia_posix_socket::wire::DatagramSocketSendControlData & control ()

Ancillary control message data used for sending the payload.

bool has_control ()
void ~SendMsgMeta ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder