class InitStep

Defined at line 776 of file fidling/gen/sdk/fidl/fuchsia.hardware.clockimpl/fuchsia.hardware.clockimpl/cpp/fidl/fuchsia.hardware.clockimpl/cpp/wire_types.h

A single init step to be performed by the clock core driver.

Public Methods

void InitStep ()

Defined at line 778 of file fidling/gen/sdk/fidl/fuchsia.hardware.clockimpl/fuchsia.hardware.clockimpl/cpp/fidl/fuchsia.hardware.clockimpl/cpp/wire_types.h

void InitStep (const InitStep & other)

Defined at line 779 of file fidling/gen/sdk/fidl/fuchsia.hardware.clockimpl/fuchsia.hardware.clockimpl/cpp/fidl/fuchsia.hardware.clockimpl/cpp/wire_types.h

InitStep & operator= (const InitStep & other)

Defined at line 780 of file fidling/gen/sdk/fidl/fuchsia.hardware.clockimpl/fuchsia.hardware.clockimpl/cpp/fidl/fuchsia.hardware.clockimpl/cpp/wire_types.h

void InitStep (InitStep && other)

Defined at line 781 of file fidling/gen/sdk/fidl/fuchsia.hardware.clockimpl/fuchsia.hardware.clockimpl/cpp/fidl/fuchsia.hardware.clockimpl/cpp/wire_types.h

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_hardware_clockimpl::wire::InitStep> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_hardware_clockimpl::wire::InitStep> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_clockimpl::wire::InitStep>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

uint32_t & id ()

The platform-specific clock ID that this step operates on.

This must be unset if `call` is of type `InitCall::delay` and must be set otherwise.

bool has_id ()
::fuchsia_hardware_clockimpl::wire::InitCall & call ()

A call to make on this clock. This must be set.

bool has_call ()
InitStep & operator= (InitStep && other)

Defined at line 782 of file fidling/gen/sdk/fidl/fuchsia.hardware.clockimpl/fuchsia.hardware.clockimpl/cpp/fidl/fuchsia.hardware.clockimpl/cpp/wire_types.h

void ~InitStep ()

Defined at line 784 of file fidling/gen/sdk/fidl/fuchsia.hardware.clockimpl/fuchsia.hardware.clockimpl/cpp/fidl/fuchsia.hardware.clockimpl/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder