class KeyboardInputDescriptor

Defined at line 1161 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 1163 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 1164 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. Must be non-empty.

Required.

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

Defined at line 1165 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 1166 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h

KeyboardInputDescriptor & operator= (KeyboardInputDescriptor && other)

Defined at line 1167 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 1169 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 1197 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