class Handler

Defined at line 1111 of file fidling/gen/sdk/fidl/fuchsia.vulkan.loader/fuchsia.vulkan.loader/hlcpp/fuchsia/vulkan/loader/cpp/fidl.h

Facilitates member protocol registration for servers.

Public Methods

void Handler (::fidl::ServiceHandlerBase * service)

Constructs a new |Handler|. Does not take ownership of |service|.

Defined at line 1114 of file fidling/gen/sdk/fidl/fuchsia.vulkan.loader/fuchsia.vulkan.loader/hlcpp/fuchsia/vulkan/loader/cpp/fidl.h

zx_status_t add_loader (::fidl::InterfaceRequestHandler< ::fuchsia::vulkan::loader::Loader> handler)

Adds member "loader" to the service instance. |handler| is invoked when a connection

is made to the member protocol.

# Errors

Returns ZX_ERR_ALREADY_EXISTS if the member was already added.

Defined at line 1122 of file fidling/gen/sdk/fidl/fuchsia.vulkan.loader/fuchsia.vulkan.loader/hlcpp/fuchsia/vulkan/loader/cpp/fidl.h