class Handler
Defined at line 820 of file fidling/gen/src/tests/fidl/dangerous_identifiers/fidl.test.dangerous.service.names.lower3/hlcpp/fidl/test/dangerous/service/names/lower3/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 823 of file fidling/gen/src/tests/fidl/dangerous_identifiers/fidl.test.dangerous.service.names.lower3/hlcpp/fidl/test/dangerous/service/names/lower3/cpp/fidl.h
zx_status_t add_member (::fidl::InterfaceRequestHandler< ::fidl::test::dangerous::service::names::lower3::SampleProtocol> handler)
Adds member "member" 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 831 of file fidling/gen/src/tests/fidl/dangerous_identifiers/fidl.test.dangerous.service.names.lower3/hlcpp/fidl/test/dangerous/service/names/lower3/cpp/fidl.h