class KeyboardInputDescriptor

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

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

to the device.

Public Methods

void KeyboardInputDescriptor (Storage_ storage)
void KeyboardInputDescriptor ()

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

void KeyboardInputDescriptor (KeyboardInputDescriptor && )

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

void KeyboardInputDescriptor (const KeyboardInputDescriptor & other)
KeyboardInputDescriptor & operator= (KeyboardInputDescriptor && )

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

KeyboardInputDescriptor & operator= (const KeyboardInputDescriptor & other)
bool operator== (const KeyboardInputDescriptor & other)
bool operator!= (const KeyboardInputDescriptor & other)
bool IsEmpty ()
const std::optional< ::std::vector< ::fuchsia_input::Key>> & keys3 ()

The list of keys that this keyboard contains.

::std::optional< ::std::vector< ::fuchsia_input::Key>> & keys3 ()

The list of keys that this keyboard contains.

KeyboardInputDescriptor & keys3 (std::optional< ::std::vector< ::fuchsia_input::Key>> value)

The list of keys that this keyboard contains.

void KeyboardInputDescriptor (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits