class Ipv6SocketAddress

Defined at line 474 of file fidling/gen/sdk/fidl/fuchsia.net/fuchsia.net/hlcpp/fuchsia/net/cpp/fidl.h

An IPV6 socket address, composed of an IPv6 address, a port, and a scope identifier.

Inspired by the address definition in the [POSIX specification].

[POSIX specification]: https://pubs.opengroup.org/onlinepubs/9699919799/

Public Members

Ipv6Address address
uint16_t port
uint64_t zone_index

Public Methods

::std::unique_ptr<Ipv6SocketAddress> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, Ipv6SocketAddress * value, size_t _offset)
zx_status_t Clone (Ipv6SocketAddress * result)