class Ipv6SendControlData
Defined at line 14327 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 & hoplimit ()
The Hop Limit value to set in the IPv6 header of an outgoing
packet.
Defined at line 14335 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 14339 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 value to set in the IPv6 header of an outgoing
packet.
Defined at line 14345 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 14353 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/hlcpp/fuchsia/posix/socket/cpp/fidl.h
const ::fuchsia::posix::socket::Ipv6PktInfoSendControlData & pktinfo ()
Information controlling the local interface and/or address used when
sending an IPv6 packet.
Defined at line 14363 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 14367 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/hlcpp/fuchsia/posix/socket/cpp/fidl.h
::fuchsia::posix::socket::Ipv6PktInfoSendControlData * mutable_pktinfo ()
Information controlling the local interface and/or address used when
sending an IPv6 packet.
Defined at line 14373 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 14381 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/hlcpp/fuchsia/posix/socket/cpp/fidl.h
Ipv6SendControlData & set_hoplimit (uint8_t _value)
Ipv6SendControlData & set_pktinfo (::fuchsia::posix::socket::Ipv6PktInfoSendControlData _value)
void Ipv6SendControlData ()
void Ipv6SendControlData (Ipv6SendControlData && other)
void ~Ipv6SendControlData ()
Ipv6SendControlData & operator= (Ipv6SendControlData && other)
::std::unique_ptr<Ipv6SendControlData> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Ipv6SendControlData * _value, size_t _offset)
zx_status_t Clone (Ipv6SendControlData * _result)