class BoundInterface
Defined at line 1158 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/natural_types.h
A matcher for network interfaces where it might be unbound (`BindToDevice`
has not been called).
Public Methods
void BoundInterface (BoundInterface && other)
BoundInterface & operator= (BoundInterface && other)
void BoundInterface (const BoundInterface & other)
BoundInterface & operator= (const BoundInterface & other)
bool operator== (const BoundInterface & other)
bool operator!= (const BoundInterface & other)
bool IsUnknown ()
::fuchsia_net_matchers::BoundInterface::Tag Which ()
BoundInterface WithBound (::fuchsia_net_matchers::Interface val)
const ::fidl::internal::UnionMemberView<1, Storage_> bound ()
::fidl::internal::UnionMemberView<1, Storage_> bound ()
BoundInterface & bound (::fuchsia_net_matchers::Interface value)
Matches iff the socket is bound to a matching interface (see
[`Interface`] for matching criteria).
BoundInterface WithUnbound (::fuchsia_net_matchers::Empty val)
const ::fidl::internal::UnionMemberView<2, Storage_> unbound ()
::fidl::internal::UnionMemberView<2, Storage_> unbound ()
BoundInterface & unbound (::fuchsia_net_matchers::Empty value)
Matches iff the outgoing traffic is not bound to a device.
void BoundInterface (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
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() |
TODO: share union tag types between wire
&
natural.
Defined at line 1166 of file fidling/gen/sdk/fidl/fuchsia.net.matchers/fuchsia.net.matchers/cpp/fidl/fuchsia.net.matchers/cpp/natural_types.h
Friends
class NaturalUnionCodingTraits