template <>

class Server

Defined at line 1760 of file fidling/gen/sdk/fidl/fuchsia.kernel/fuchsia.kernel/cpp/fidl/fuchsia.kernel/cpp/natural_messaging.h

Public Methods

void SendDebugCommand (SendDebugCommandRequest & 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 Server ()

Defined at line 1763 of file fidling/gen/sdk/fidl/fuchsia.kernel/fuchsia.kernel/cpp/fidl/fuchsia.kernel/cpp/natural_messaging.h

void SetTracingEnabled (SetTracingEnabledRequest & request, SetTracingEnabledCompleter::Sync & completer)

Sets whether kernel tracing (ktrace) is enabled or disabled.

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 ~Server ()

Defined at line 1764 of file fidling/gen/sdk/fidl/fuchsia.kernel/fuchsia.kernel/cpp/fidl/fuchsia.kernel/cpp/natural_messaging.h