template <>

class WireSyncClientImpl

Defined at line 424 of file fidling/gen/src/devices/testing/syscall-intercept/fuchsia.test.syscalls/cpp/fidl/fuchsia.test.syscalls/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_test_syscalls::Control>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::fuchsia_test_syscalls::Control::SetSuspendEnterResult> SetSuspendEnterResult (int32_t status)

Set the status that the fixture returns on a return from

zx_system_suspend_enter.

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

::fidl::WireResult< ::fuchsia_test_syscalls::Control::GetState> GetState ()

Gets the internal state of the instrumented driver.

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