template <>

class WireSyncBufferClientImpl

Defined at line 686 of file fidling/gen/sdk/fidl/fuchsia.testing.harness/fuchsia.testing.harness/cpp/fidl/fuchsia.testing.harness/cpp/wire_messaging.h

Public Methods

::fidl::WireUnownedResult< ::fuchsia_testing_harness::RealmProxy::ConnectToNamedProtocol> ConnectToNamedProtocol (::fidl::StringView protocol, ::zx::channel && server_end)

Connects [server_end] to the [protocol] from this proxy's namespace.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_testing_harness::RealmProxy::OpenService> OpenService (::fidl::StringView service, ::zx::channel && server_end)

Connects [server_end] to the [service] directory from this proxy's namespace.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_testing_harness::RealmProxy::ConnectToServiceInstance> ConnectToServiceInstance (::fidl::StringView service, ::fidl::StringView instance, ::zx::channel && server_end)

Connects [server_end] to the [service]/[instance] from this proxy's namespace.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.