class Ipv6SendControlData
Defined at line 12574 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/natural_types.h
Public Methods
void Ipv6SendControlData (Storage_ storage)
void Ipv6SendControlData ()
Defined at line 12579 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/natural_types.h
void Ipv6SendControlData (Ipv6SendControlData && )
Defined at line 12580 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/natural_types.h
void Ipv6SendControlData (const Ipv6SendControlData & other)
Ipv6SendControlData & operator= (Ipv6SendControlData && )
Defined at line 12581 of file fidling/gen/sdk/fidl/fuchsia.posix.socket/fuchsia.posix.socket/cpp/fidl/fuchsia.posix.socket/cpp/natural_types.h
Ipv6SendControlData & operator= (const Ipv6SendControlData & other)
bool operator== (const Ipv6SendControlData & other)
bool operator!= (const Ipv6SendControlData & other)
bool IsEmpty ()
const std::optional<uint8_t> & hoplimit ()
The Hop Limit value to set in the IPv6 header of an outgoing
packet.
::std::optional<uint8_t> & hoplimit ()
The Hop Limit value to set in the IPv6 header of an outgoing
packet.
Ipv6SendControlData & hoplimit (std::optional<uint8_t> value)
The Hop Limit value to set in the IPv6 header of an outgoing
packet.
const std::optional< ::fuchsia_posix_socket::Ipv6PktInfoSendControlData> & pktinfo ()
Information controlling the local interface and/or address used when
sending an IPv6 packet.
::std::optional< ::fuchsia_posix_socket::Ipv6PktInfoSendControlData> & pktinfo ()
Information controlling the local interface and/or address used when
sending an IPv6 packet.
Ipv6SendControlData & pktinfo (std::optional< ::fuchsia_posix_socket::Ipv6PktInfoSendControlData> value)
Information controlling the local interface and/or address used when
sending an IPv6 packet.
void Ipv6SendControlData (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
Friends
class MemberVisitor
class NaturalTableCodingTraits