class ConsumerControlInputDescriptor

Defined at line 216 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h

Describes the format of the input report that will be sent from the

ConsumerControl device to the host.

Public Methods

void ConsumerControlInputDescriptor ()

Defined at line 218 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h

void ConsumerControlInputDescriptor (const ConsumerControlInputDescriptor & other)

Defined at line 219 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h

ConsumerControlInputDescriptor & operator= (const ConsumerControlInputDescriptor & other)

Defined at line 220 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h

void ConsumerControlInputDescriptor (ConsumerControlInputDescriptor && other)

Defined at line 221 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_input_report::wire::ConsumerControlInputDescriptor> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_input_report::wire::ConsumerControlInputDescriptor> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_input_report::wire::ConsumerControlInputDescriptor>> frame)

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

::fidl::VectorView< ::fuchsia_input_report::wire::ConsumerControlButton> & buttons ()

The list of buttons that this device contains.

bool has_buttons ()
ConsumerControlInputDescriptor & operator= (ConsumerControlInputDescriptor && other)

Defined at line 222 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h

ConsumerControlInputDescriptor & set_buttons (::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_input_report::wire::ConsumerControlButton>> elem)
ConsumerControlInputDescriptor & set_buttons (std::nullptr_t )
ConsumerControlInputDescriptor & clear_buttons ()
void ConsumerControlInputDescriptor (::fidl::AnyArena & allocator)
void ConsumerControlInputDescriptor (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_input_report::wire::ConsumerControlInputDescriptor>> && 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_input_report::wire::ConsumerControlInputDescriptor>> && frame_ptr)
void ~ConsumerControlInputDescriptor ()

Defined at line 224 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h

template <typename... Args>
ConsumerControlInputDescriptor & set_buttons (::fidl::AnyArena & allocator, Args &&... args)

Defined at line 250 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder