class InitCall

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

Arguments to a fuchsia.hardware.pinimpl.PinImpl call to make as part of an `InitStep`.

Public Methods

void InitCall (InitCall && other)
InitCall & operator= (InitCall && other)
void InitCall (const InitCall & other)
InitCall & operator= (const InitCall & other)
bool operator== (const InitCall & other)
bool operator!= (const InitCall & other)
bool IsUnknown ()
::fuchsia_hardware_pinimpl::InitCall::Tag Which ()
InitCall WithPinConfig (::fuchsia_hardware_pin::Configuration val)
const ::fidl::internal::UnionMemberView<1, Storage_> pin_config ()
::fidl::internal::UnionMemberView<1, Storage_> pin_config ()
InitCall & pin_config (::fuchsia_hardware_pin::Configuration value)

If set, the GPIO core driver will call `Configure' with the given config.

InitCall WithBufferMode (::fuchsia_hardware_gpio::BufferMode val)
const ::fidl::internal::UnionMemberView<2, Storage_> buffer_mode ()
::fidl::internal::UnionMemberView<2, Storage_> buffer_mode ()
InitCall & buffer_mode (::fuchsia_hardware_gpio::BufferMode value)

If set, the GPIO core driver will call `SetBufferMode` with the given mode.

void InitCall (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kPinConfig 1
kBufferMode 2
_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 135 of file fidling/gen/sdk/fidl/fuchsia.hardware.pinimpl/fuchsia.hardware.pinimpl/cpp/fidl/fuchsia.hardware.pinimpl/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits