class ButtonConfig

Defined at line 117 of file fidling/gen/sdk/fidl/fuchsia.buttons/fuchsia.buttons/cpp/fidl/fuchsia.buttons/cpp/natural_types.h

Public Methods

void ButtonConfig (ButtonConfig && other)
ButtonConfig & operator= (ButtonConfig && other)
void ButtonConfig (const ButtonConfig & other)
ButtonConfig & operator= (const ButtonConfig & other)
bool operator== (const ButtonConfig & other)
bool operator!= (const ButtonConfig & other)
bool IsUnknown ()
::fuchsia_buttons::ButtonConfig::Tag Which ()
ButtonConfig WithAdc (::fuchsia_buttons::AdcButtonConfig val)
const ::fidl::internal::UnionMemberView<1, Storage_> adc ()
::fidl::internal::UnionMemberView<1, Storage_> adc ()
ButtonConfig & adc (::fuchsia_buttons::AdcButtonConfig value)

ADC Buttons.

void ButtonConfig (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kAdc 1
_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 125 of file fidling/gen/sdk/fidl/fuchsia.buttons/fuchsia.buttons/cpp/fidl/fuchsia.buttons/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits