template <>

class WireWeakAsyncBufferClientImpl

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

Public Methods

::fidl::internal::WireBufferThenable< ::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.

::fidl::internal::WireBufferThenable< ::fuchsia_kernel::DebugBroker::SetTracingEnabled> SetTracingEnabled (bool enabled)

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

Caller provides the backing storage for FIDL message.