class Ipv4SocketAddress

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

An IPv4 socket address, composed of an IPv4 address and a port.

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

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

Public Members

Ipv4Address address
uint16_t port

Public Methods

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