class Ipv6RecvControlData

Defined at line 13847 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.

Ipv6RecvControlData & set_tclass (uint8_t _value)
Ipv6RecvControlData & set_hoplimit (uint8_t _value)
Ipv6RecvControlData & set_pktinfo (::fuchsia::posix::socket::Ipv6PktInfoRecvControlData _value)
void Ipv6RecvControlData ()
void Ipv6RecvControlData (Ipv6RecvControlData && other)
void ~Ipv6RecvControlData ()
Ipv6RecvControlData & operator= (Ipv6RecvControlData && other)
::std::unique_ptr<Ipv6RecvControlData> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Ipv6RecvControlData * _value, size_t _offset)
zx_status_t Clone (Ipv6RecvControlData * _result)
const uint8_t & tclass ()

The Traffic Class of a packet that was received.

Present if the `SOL_IPV6` -> `IPV6_RECVTCLASS` option is enabled.

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

bool has_tclass ()

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

uint8_t * mutable_tclass ()

The Traffic Class of a packet that was received.

Present if the `SOL_IPV6` -> `IPV6_RECVTCLASS` option is enabled.

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

void clear_tclass ()

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

const uint8_t & hoplimit ()

The Hop Limit of a packet that was received.

Present if the `SOL_IPV6` -> `IPV6_RECVHOPLIMIT` option is enabled.

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

bool has_hoplimit ()

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

uint8_t * mutable_hoplimit ()

The Hop Limit of a packet that was received.

Present if the `SOL_IPV6` -> `IPV6_RECVHOPLIMIT` option is enabled.

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

void clear_hoplimit ()

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

const ::fuchsia::posix::socket::Ipv6PktInfoRecvControlData & pktinfo ()

The packet information of a packet that was received.

Present if the `SOL_IPV6` -> `IPV6_RECVPKTINFO` option is enabled.

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

bool has_pktinfo ()

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

::fuchsia::posix::socket::Ipv6PktInfoRecvControlData * mutable_pktinfo ()

The packet information of a packet that was received.

Present if the `SOL_IPV6` -> `IPV6_RECVPKTINFO` option is enabled.

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

void clear_pktinfo ()

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