template <>
class WireSyncClientImpl
Defined at line 185 of file fidling/gen/sdk/fidl/fuchsia.net.root/fuchsia.net.root/cpp/fidl/fuchsia.net.root/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_net_root::Filter>|,
avoiding setting up a client.
Public Methods
::fidl::OneWayStatus OpenController (::fidl::StringView id, ::fidl::ServerEnd< ::fuchsia_net_filter::NamespaceController> && request)
Open a new *or* existing `NamespaceController`. The server end is
"auto-detached": in other words, it behaves as if the client has called
`Detach` on creation, and the lifetime of the filtering state is not
tied to the client end of the protocol. If the client does call
`Detach` on the `NamespaceController`, the server will close the
channel.
Clients have unilateral access to add or remove resources owned by the
controller, irrespective of other clients' ownership. This includes the
ability to remove resources installed by other clients.
Allocates 312 bytes of message buffer on the stack. No heap allocation necessary.