class GpioConfig

Defined at line 1720 of file fidling/gen/sdk/fidl/fuchsia.buttons/fuchsia.buttons/cpp/fidl/fuchsia.buttons/cpp/wire_types.h

Configuration information of a gpio used by a button.

Public Methods

::fidl::WireTableExternalBuilder< ::fuchsia_buttons::wire::GpioConfig> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_buttons::wire::GpioConfig>> frame)

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

void GpioConfig ()

Defined at line 1722 of file fidling/gen/sdk/fidl/fuchsia.buttons/fuchsia.buttons/cpp/fidl/fuchsia.buttons/cpp/wire_types.h

void GpioConfig (const GpioConfig & other)

Defined at line 1723 of file fidling/gen/sdk/fidl/fuchsia.buttons/fuchsia.buttons/cpp/fidl/fuchsia.buttons/cpp/wire_types.h

void GpioConfig (GpioConfig && other)

Defined at line 1725 of file fidling/gen/sdk/fidl/fuchsia.buttons/fuchsia.buttons/cpp/fidl/fuchsia.buttons/cpp/wire_types.h

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_buttons::wire::GpioConfig> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fuchsia_buttons::wire::GpioType & type ()

The type of the gpio pin.

bool has_type ()
::fuchsia_buttons::wire::GpioFlag & flags ()

The flags of the gpio pin.

bool has_flags ()
GpioConfig & operator= (const GpioConfig & other)

Defined at line 1724 of file fidling/gen/sdk/fidl/fuchsia.buttons/fuchsia.buttons/cpp/fidl/fuchsia.buttons/cpp/wire_types.h

GpioConfig & operator= (GpioConfig && other)

Defined at line 1726 of file fidling/gen/sdk/fidl/fuchsia.buttons/fuchsia.buttons/cpp/fidl/fuchsia.buttons/cpp/wire_types.h

GpioConfig & set_type (::fidl::ObjectView< ::fuchsia_buttons::wire::GpioType> elem)
GpioConfig & set_type (std::nullptr_t )
GpioConfig & clear_type ()
GpioConfig & set_flags (::fuchsia_buttons::wire::GpioFlag elem)
GpioConfig & clear_flags ()
void GpioConfig (::fidl::AnyArena & allocator)
void GpioConfig (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_buttons::wire::GpioConfig>> && frame)

This constructor allows a user controlled allocation (not using a Arena).

It should only be used when performance is key.

As soon as the frame is given to the table, it must not be used directly or for another table.

void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_buttons::wire::GpioConfig>> && frame_ptr)
void ~GpioConfig ()

Defined at line 1728 of file fidling/gen/sdk/fidl/fuchsia.buttons/fuchsia.buttons/cpp/fidl/fuchsia.buttons/cpp/wire_types.h

template <typename... Args>
GpioConfig & set_type (::fidl::AnyArena & allocator, Args &&... args)

Defined at line 1758 of file fidling/gen/sdk/fidl/fuchsia.buttons/fuchsia.buttons/cpp/fidl/fuchsia.buttons/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder