class ServiceClient

Defined at line 1097 of file fidling/gen/src/graphics/display/lib/driver-framework-migration-utils/namespace/testing/test.display.namespace/cpp/fidl/test.display.namespace/cpp/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 1101 of file fidling/gen/src/graphics/display/lib/driver-framework-migration-utils/namespace/testing/test.display.namespace/cpp/fidl/test.display.namespace/cpp/wire_messaging.h

::zx::result<> connect_incrementer (::fidl::ServerEnd< ::test_display_namespace::Incrementer> server_end)

Connects |server_end| to the member protocol "incrementer".

# 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 1114 of file fidling/gen/src/graphics/display/lib/driver-framework-migration-utils/namespace/testing/test.display.namespace/cpp/fidl/test.display.namespace/cpp/wire_messaging.h

::zx::result< ::fidl::ClientEnd< ::test_display_namespace::Incrementer>> connect_incrementer ()

Connects to the member protocol "incrementer".

# 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 1132 of file fidling/gen/src/graphics/display/lib/driver-framework-migration-utils/namespace/testing/test.display.namespace/cpp/fidl/test.display.namespace/cpp/wire_messaging.h

::zx::result<> connect_decrementer (::fidl::ServerEnd< ::test_display_namespace::Decrementer> server_end)

Connects |server_end| to the member protocol "decrementer".

# 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 1154 of file fidling/gen/src/graphics/display/lib/driver-framework-migration-utils/namespace/testing/test.display.namespace/cpp/fidl/test.display.namespace/cpp/wire_messaging.h

::zx::result< ::fidl::ClientEnd< ::test_display_namespace::Decrementer>> connect_decrementer ()

Connects to the member protocol "decrementer".

# 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 1172 of file fidling/gen/src/graphics/display/lib/driver-framework-migration-utils/namespace/testing/test.display.namespace/cpp/fidl/test.display.namespace/cpp/wire_messaging.h