template <typename ProtocolImpl, typename Protocol = typename ProtocolImpl::_EnclosingProtocol>
class FidlBoundServer
Defined at line 14 of file ../../sdk/lib/driver/power/cpp/testing/fidl_bound_server.h
Wrapper for a FIDL server implementation that manages its own binding.
Public Methods
template <typename... Args>
void FidlBoundServer<ProtocolImpl, Protocol> (async_dispatcher_t * dispatcher, fidl::ServerEnd<Protocol> server_end, Args &&... args)
Defined at line 17 of file ../../sdk/lib/driver/power/cpp/testing/fidl_bound_server.h
fidl::ServerBindingRef<Protocol> & binding ()
Defined at line 24 of file ../../sdk/lib/driver/power/cpp/testing/fidl_bound_server.h