template <>
class WireTableBuilder
Defined at line 1090 of file fidling/gen/sdk/fidl/fuchsia.hardware.power.suspend/fuchsia.hardware.power.suspend/cpp/fidl/fuchsia.hardware.power.suspend/cpp/wire_types.h
Public Methods
template <typename First = ::fuchsia_hardware_power_suspend::wire::WakeReason, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fuchsia_hardware_power_suspend::wire::WakeReason>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_hardware_power_suspend::wire::SuspenderSuspendResponse> & reason (First && first, Args &&... args_)
The `WakeReason` that caused the system to resume.
See type `WakeReason` above for more details about wake reasons.
Defined at line 1104 of file fidling/gen/sdk/fidl/fuchsia.hardware.power.suspend/fuchsia.hardware.power.suspend/cpp/fidl/fuchsia.hardware.power.suspend/cpp/wire_types.h
template <typename First = int64_t, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<int64_t>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_hardware_power_suspend::wire::SuspenderSuspendResponse> & suspend_duration (First && first, Args &&... args_)
The amount of time the system spent suspended. If the system is
interrupted during suspend this field is unset.
Defined at line 1117 of file fidling/gen/sdk/fidl/fuchsia.hardware.power.suspend/fuchsia.hardware.power.suspend/cpp/fidl/fuchsia.hardware.power.suspend/cpp/wire_types.h
template <typename First = int64_t, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<int64_t>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_hardware_power_suspend::wire::SuspenderSuspendResponse> & suspend_overhead (First && first, Args &&... args_)
The amount of time it took for the system to suspend and resume not
including the duration that the system was suspended.
Defined at line 1130 of file fidling/gen/sdk/fidl/fuchsia.hardware.power.suspend/fuchsia.hardware.power.suspend/cpp/fidl/fuchsia.hardware.power.suspend/cpp/wire_types.h
Friends
template <>
class SuspenderSuspendResponse