template <>

class WireTableBuilder

Defined at line 3395 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h

Public Methods

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_feedback::wire::LastReboot> & uptime (First && first, Args &&... args_)

The uptime of the device before it rebooted. This is the amount of time since boot,

including any time spent in suspend-to-idle.

Defined at line 3409 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/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_feedback::wire::LastReboot> & runtime (First && first, Args &&... args_)

The runtime of the device before it rebooted. This is the amount of time since boot

excluding any time spent in suspend-to-idle.

Defined at line 3423 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h

Friends

template <>
class LastReboot