class SocketRecvControlData

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

Socket level ancillary data that can be received.

These match control messages with a `SOL_SOCKET` level.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::fuchsia::posix::socket::Timestamp & timestamp ()

Data about the time at which the packet was received.

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

bool has_timestamp ()

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

::fuchsia::posix::socket::Timestamp * mutable_timestamp ()

Data about the time at which the packet was received.

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

void clear_timestamp ()

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

SocketRecvControlData & set_timestamp (::fuchsia::posix::socket::Timestamp _value)
void SocketRecvControlData ()
void SocketRecvControlData (SocketRecvControlData && other)
void ~SocketRecvControlData ()
SocketRecvControlData & operator= (SocketRecvControlData && other)
::std::unique_ptr<SocketRecvControlData> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, SocketRecvControlData * _value, size_t _offset)
zx_status_t Clone (SocketRecvControlData * _result)