class InitStep

Defined at line 257 of file fidling/gen/sdk/fidl/fuchsia.hardware.pinimpl/fuchsia.hardware.pinimpl/cpp/fidl/fuchsia.hardware.pinimpl/cpp/natural_types.h

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

Public Methods

void InitStep (InitStep && other)
InitStep & operator= (InitStep && other)
void InitStep (const InitStep & other)
InitStep & operator= (const InitStep & other)
bool operator== (const InitStep & other)
bool operator!= (const InitStep & other)
bool IsUnknown ()
::fuchsia_hardware_pinimpl::InitStep::Tag Which ()
InitStep WithCall (::fuchsia_hardware_pinimpl::Call val)
const ::fidl::internal::UnionMemberView<1, Storage_> call ()
::fidl::internal::UnionMemberView<1, Storage_> call ()
InitStep & call (::fuchsia_hardware_pinimpl::Call value)

If set, the GPIO core driver will make a call to the PinImpl driver with the given pin and

arguments.

InitStep WithDelay (int64_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> delay ()
::fidl::internal::UnionMemberView<2, Storage_> delay ()
InitStep & delay (int64_t value)

If set, the GPIO core driver will delay for this long before processing the next step.

void InitStep (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum class Tag : fidl_xunion_tag_t
Name Value Comments
kCall 1

0x1

kDelay 2

0x2

_do_not_handle_this__write_a_default_case_instead ::std::numeric_limits<::fidl_union_tag_t>::max() --

TODO: share union tag types between wire

&

natural.

Defined at line 265 of file fidling/gen/sdk/fidl/fuchsia.hardware.pinimpl/fuchsia.hardware.pinimpl/cpp/fidl/fuchsia.hardware.pinimpl/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits