template <>

class WireTableBuilder

Defined at line 839 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 = uint64_t, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<uint64_t>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_hardware_power_suspend::wire::SuspenderSuspendRequest> & state_index (First && first, Args &&... args_)

This index corresponds to an entry in the vector returned by

GetSuspendStates. Returns ZX_ERR_OUT_OF_RANGE if `state_index` is

greater than the number of supported suspend states. Returns

ZX_ERR_INVALID_ARGS if this field is unset.

Defined at line 854 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 SuspenderSuspendRequest