class ServiceClient
Defined at line 128 of file fidling/gen/src/devices/tests/driver-runtime/fuchsia.device.runtime.test/cpp/fidl/fuchsia.device.runtime.test/cpp/driver/wire_messaging.h
Client protocol for connecting to member protocols of a service instance.
Public Methods
void ServiceClient (::zx::channel dir, ::fidl::internal::ConnectMemberFunc connect_func)
Defined at line 132 of file fidling/gen/src/devices/tests/driver-runtime/fuchsia.device.runtime.test/cpp/fidl/fuchsia.device.runtime.test/cpp/driver/wire_messaging.h
::zx::result<> connect_parent (::fdf::ServerEnd< ::fuchsia_device_runtime_test::Parent> server_end)
Connects |server_end| to the member protocol "parent".
# Errors
On failure, returns a |zx::error| with status != ZX_OK.
Failures can occur if there was an issue making a |fuchsia.io.Directory/Open| call.
Since the call to |Open| is asynchronous, an error sent by the remote end will not
result in a failure of this method. Any errors sent by the remote will appear on
the reciprocal |ClientEnd| for the |ServerEnd| passed into this method.
Defined at line 145 of file fidling/gen/src/devices/tests/driver-runtime/fuchsia.device.runtime.test/cpp/fidl/fuchsia.device.runtime.test/cpp/driver/wire_messaging.h
::zx::result< ::fdf::ClientEnd< ::fuchsia_device_runtime_test::Parent>> connect_parent ()
Connects to the member protocol "parent".
# Errors
On failure, returns a |zx::error| with status != ZX_OK.
Failures can occur if channel creation failed, or if there was an issue making
a |fuchsia.io.Directory/Open| call.
Since the call to |Open| is asynchronous, an error sent by the remote end will not
result in a failure of this method. Any errors sent by the remote will appear on
the |ClientEnd| returned from this method.
Defined at line 163 of file fidling/gen/src/devices/tests/driver-runtime/fuchsia.device.runtime.test/cpp/fidl/fuchsia.device.runtime.test/cpp/driver/wire_messaging.h