class BoundInterface

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

A matcher for network interfaces where it might be unbound (`BindToDevice`

has not been called).

Public Methods

void BoundInterface ()
void BoundInterface (const BoundInterface & )

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

BoundInterface & operator= (const BoundInterface & )

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

void BoundInterface (BoundInterface && )

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

BoundInterface & operator= (BoundInterface && )

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

bool IsUnknown ()

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

bool has_invalid_tag ()
bool is_bound ()
BoundInterface WithBound (::fidl::ObjectView< ::fuchsia_net_matchers::wire::Interface> val)

Matches iff the socket is bound to a matching interface (see

[`Interface`] for matching criteria).

template <typename... Args>
BoundInterface WithBound (::fidl::AnyArena & allocator, Args &&... args)

Matches iff the socket is bound to a matching interface (see

[`Interface`] for matching criteria).

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

::fuchsia_net_matchers::wire::Interface & bound ()

Matches iff the socket is bound to a matching interface (see

[`Interface`] for matching criteria).

const ::fuchsia_net_matchers::wire::Interface & bound ()

Matches iff the socket is bound to a matching interface (see

[`Interface`] for matching criteria).

bool is_unbound ()
BoundInterface WithUnbound (::fuchsia_net_matchers::wire::Empty val)

Matches iff the outgoing traffic is not bound to a device.

::fuchsia_net_matchers::wire::Empty & unbound ()

Matches iff the outgoing traffic is not bound to a device.

const ::fuchsia_net_matchers::wire::Empty & unbound ()

Matches iff the outgoing traffic is not bound to a device.

::fuchsia_net_matchers::wire::BoundInterface::Tag Which ()

Enumerations

enum Tag
Name Value
kBound 1
kUnbound 2
_do_not_handle_this__write_a_default_case_instead ::std::numeric_limits<::fidl_union_tag_t>::max()

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