template <>

class WireSyncClientImpl

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

Methods to make a sync FIDL call directly on an unowned handle or a

const reference to a |::fidl::ClientEnd

<

::fuchsia_kernel::DebugBroker>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::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.

Allocates 24 bytes of response buffer on the stack. Request is heap-allocated.

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

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

Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.