class SocketSendControlData
Defined at line 14165 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 sent.
These match the POSIX `SOL_SOCKET` control messages.
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
void SocketSendControlData ()
void SocketSendControlData (SocketSendControlData && other)
void ~SocketSendControlData ()
SocketSendControlData & operator= (SocketSendControlData && other)
::std::unique_ptr<SocketSendControlData> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, SocketSendControlData * _value, size_t _offset)
zx_status_t Clone (SocketSendControlData * _result)