class Ipv4Address

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

Ipv4Address is expressed in network byte order, so the most significant byte

("127" in the address "127.0.0.1") will be at index 0.

Public Members

array addr

Public Methods

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