class KeyboardInputDescriptor

Defined at line 1119 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 keyboard

to the device.

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

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

Return a builder that by defaults allocates of an arena.

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

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

void KeyboardInputDescriptor ()

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

void KeyboardInputDescriptor (const KeyboardInputDescriptor & other)

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

KeyboardInputDescriptor & operator= (const KeyboardInputDescriptor & other)

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

void KeyboardInputDescriptor (KeyboardInputDescriptor && other)

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

::fidl::VectorView< ::fuchsia_input::wire::Key> & keys3 ()

The list of keys that this keyboard contains.

bool has_keys3 ()
KeyboardInputDescriptor & operator= (KeyboardInputDescriptor && other)

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

KeyboardInputDescriptor & set_keys3 (::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_input::wire::Key>> elem)
KeyboardInputDescriptor & set_keys3 (std::nullptr_t )
KeyboardInputDescriptor & clear_keys3 ()
void KeyboardInputDescriptor (::fidl::AnyArena & allocator)
void KeyboardInputDescriptor (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_input_report::wire::KeyboardInputDescriptor>> && 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::KeyboardInputDescriptor>> && frame_ptr)
void ~KeyboardInputDescriptor ()

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

template <typename... Args>
KeyboardInputDescriptor & set_keys3 (::fidl::AnyArena & allocator, Args &&... args)

Defined at line 1153 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