template <>
class NaturalSyncClientImpl
Defined at line 56 of file fidling/gen/sdk/fidl/fuchsia.net.filter/fuchsia.net.filter/cpp/fidl/fuchsia.net.filter/cpp/natural_messaging.h
Public Methods
::fit::result< ::fidl::OneWayError> OpenController (::fidl::Request< ::fuchsia_net_filter::Control::OpenController> request)
Open a new isolated namespace controller for filtering state.
::fit::result< ::fidl::OneWayError> ReopenDetachedController (::fidl::Request< ::fuchsia_net_filter::Control::ReopenDetachedController> request)
Re-open an existing controller that was previously detached from.
Note that if any administrative client connections exist to the
controller, this operation will fail. At most one client may be
connected to the controller at once (except for clients connected
through the [`fuchsia.net.root/Filter`] protocol).
If reconnection fails, the provided server end will be closed with one
of the following epitaphs:
* `ZX_ERR_INVALID_ARGS` if the provided key is invalid
* `ZX_ERR_ALREADY_EXISTS` if another client is currently connected to
the controller identified by the provided key