class WatcherOptionsV6

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

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::fuchsia::net::routes::TableInterest & table_interest ()

Filter events on tables matching `table_interest`.

Interpreted as `all` if absent. The server does not validate if

`TableInterest` contains valid table IDs.

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

bool has_table_interest ()

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

::fuchsia::net::routes::TableInterest * mutable_table_interest ()

Filter events on tables matching `table_interest`.

Interpreted as `all` if absent. The server does not validate if

`TableInterest` contains valid table IDs.

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

void clear_table_interest ()

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

WatcherOptionsV6 & set_table_interest (::fuchsia::net::routes::TableInterest _value)
void WatcherOptionsV6 ()
void WatcherOptionsV6 (WatcherOptionsV6 && other)
void ~WatcherOptionsV6 ()
WatcherOptionsV6 & operator= (WatcherOptionsV6 && other)
::std::unique_ptr<WatcherOptionsV6> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, WatcherOptionsV6 * _value, size_t _offset)
zx_status_t Clone (WatcherOptionsV6 * _result)