class IpSendControlData

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

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const uint8_t & ttl ()

The Time to Live value to set in the IPv4 header of an outgoing

packet.

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

bool has_ttl ()

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

uint8_t * mutable_ttl ()

The Time to Live value to set in the IPv4 header of an outgoing

packet.

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

void clear_ttl ()

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

IpSendControlData & set_ttl (uint8_t _value)
void IpSendControlData ()
void IpSendControlData (IpSendControlData && other)
void ~IpSendControlData ()
IpSendControlData & operator= (IpSendControlData && other)
::std::unique_ptr<IpSendControlData> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, IpSendControlData * _value, size_t _offset)
zx_status_t Clone (IpSendControlData * _result)