class SocketRecvControlData

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

Socket level ancillary data that can be received.

These match control messages with a `SOL_SOCKET` level.

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::SocketRecvControlData> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

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

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

void SocketRecvControlData ()

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

void SocketRecvControlData (const SocketRecvControlData & other)

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

SocketRecvControlData & operator= (const SocketRecvControlData & other)

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

void SocketRecvControlData (SocketRecvControlData && other)

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

SocketRecvControlData & operator= (SocketRecvControlData && other)

Defined at line 1476 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::Timestamp & timestamp ()

Data about the time at which the packet was received.

bool has_timestamp ()
void ~SocketRecvControlData ()

Defined at line 1478 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