class Destination

Defined at line 1627 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/wire_types.h

Collection of addresses and identifiers describing a network destination.

A `Destination` is the "next-hop" for a routed packet.

Public Methods

void Destination ()

Defined at line 1629 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/wire_types.h

void Destination (const Destination & other)

Defined at line 1630 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/wire_types.h

Destination & operator= (const Destination & other)

Defined at line 1631 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/wire_types.h

void Destination (Destination && other)

Defined at line 1632 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/wire_types.h

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_net_routes::wire::Destination> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_net_routes::wire::Destination> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_net_routes::wire::Destination>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

::fuchsia_net::wire::IpAddress & address ()

The IP address of the destination.

bool has_address ()
::fuchsia_net::wire::MacAddress & mac ()

The MAC address of the destination. Only set if the destination is on a

link that requires a MAC address.

bool has_mac ()
uint64_t & interface_id ()

The interface identifier over which the destination can be reached.

bool has_interface_id ()
Destination & operator= (Destination && other)

Defined at line 1633 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/wire_types.h

::fuchsia_net::wire::IpAddress & source_address ()

The preferred local IP address used to communicate with the destination.

bool has_source_address ()
void ~Destination ()

Defined at line 1635 of file fidling/gen/sdk/fidl/fuchsia.net.routes/fuchsia.net.routes/cpp/fidl/fuchsia.net.routes/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder