template <>

class WireSyncBufferClientImpl

Defined at line 4380 of file fidling/gen/sdk/fidl/fuchsia.kernel/fuchsia.kernel/cpp/fidl/fuchsia.kernel/cpp/wire_messaging.h

Public Methods

::fidl::WireUnownedResult< ::fuchsia_kernel::DebugBroker::SendDebugCommand> SendDebugCommand (::fidl::StringView command)

Pass debug command through to the kernel shell.

Look at zx_debug_send_command syscall handling to find valid values.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_kernel::DebugBroker::SetTracingEnabled> SetTracingEnabled (bool enabled)

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

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.