template <>
class WireServer
Defined at line 4461 of file fidling/gen/sdk/fidl/fuchsia.kernel/fuchsia.kernel/cpp/fidl/fuchsia.kernel/cpp/wire_messaging.h
Pure-virtual interface to be implemented by a server.
This interface uses typed channels (i.e. |::fidl::ClientEnd
<
::fuchsia_kernel::DebugBroker>|
and |::fidl::ServerEnd
<
::fuchsia_kernel::DebugBroker>|).
Public Methods
void SendDebugCommand (::fuchsia_kernel::wire::DebugBrokerSendDebugCommandRequest * request, SendDebugCommandCompleter::Sync & completer)
Pass debug command through to the kernel shell.
Look at zx_debug_send_command syscall handling to find valid values.
void SetTracingEnabled (::fuchsia_kernel::wire::DebugBrokerSetTracingEnabledRequest * request, SetTracingEnabledCompleter::Sync & completer)
Sets whether kernel tracing (ktrace) is enabled or disabled.
void WireServer ()
Defined at line 4464 of file fidling/gen/sdk/fidl/fuchsia.kernel/fuchsia.kernel/cpp/fidl/fuchsia.kernel/cpp/wire_messaging.h
Handler bind_handler (async_dispatcher_t * dispatcher)
|bind_handler| returns a handler that binds incoming connections to this
server implementation.
The returned handler borrows the server instance.
The server must outlive the provided |dispatcher|. Only after
the dispatcher is shutdown will it be safe to destroy the servers.
The server should not be moved.
void ~WireServer ()
Defined at line 4465 of file fidling/gen/sdk/fidl/fuchsia.kernel/fuchsia.kernel/cpp/fidl/fuchsia.kernel/cpp/wire_messaging.h