template <>
class WireWeakAsyncClientImpl
Defined at line 10867 of file fidling/gen/sdk/fidl/fuchsia.kernel/fuchsia.kernel/cpp/fidl/fuchsia.kernel/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireThenable< ::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.
The request and callback are allocated on the heap.
::fidl::internal::WireThenable< ::fuchsia_kernel::DebugBroker::SetTracingEnabled> SetTracingEnabled (bool enabled)
Sets whether kernel tracing (ktrace) is enabled or disabled.
Allocates 24 bytes of request buffer on the stack. The callback is stored on the heap.