template <>
class WireSyncClientImpl
Defined at line 1013 of file fidling/gen/sdk/fidl/fuchsia.hardware.reset/fuchsia.hardware.reset/cpp/fidl/fuchsia.hardware.reset/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_hardware_reset::Reset>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_hardware_reset::Reset::Assert> Assert ()
Asserts the reset pin and leaves it asserted until `Deassert` is called.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_hardware_reset::Reset::Deassert> Deassert ()
Deasserts the reset pin.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_hardware_reset::Reset::Toggle> Toggle ()
These methods assert the pin, wait a predetermined amount of time, and then deassert the
pin. The difference between `Toggle` and `ToggleWithTimeout` is that `Toggle` defers to the
Reset driver to choose the timeout duration and `ToggleWithTimeout` allows the client to
specify the timeout.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_hardware_reset::Reset::ToggleWithTimeout> ToggleWithTimeout (int64_t timeout)
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.
::fidl::WireResult< ::fuchsia_hardware_reset::Reset::Status> Status ()
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.