class KeyboardOutputReport

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

A single report containing output information for a keyboard.

Public Methods

void KeyboardOutputReport (Storage_ storage)
void KeyboardOutputReport ()

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

void KeyboardOutputReport (KeyboardOutputReport && )

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

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

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

KeyboardOutputReport & operator= (const KeyboardOutputReport & other)
bool operator== (const KeyboardOutputReport & other)
bool operator!= (const KeyboardOutputReport & other)
bool IsEmpty ()
const std::optional< ::std::vector< ::fuchsia_input_report::LedType>> & enabled_leds ()

Each LED in this list will be turned on. Any LED not in this list will be

turned off.

::std::optional< ::std::vector< ::fuchsia_input_report::LedType>> & enabled_leds ()

Each LED in this list will be turned on. Any LED not in this list will be

turned off.

KeyboardOutputReport & enabled_leds (std::optional< ::std::vector< ::fuchsia_input_report::LedType>> value)

Each LED in this list will be turned on. Any LED not in this list will be

turned off.

void KeyboardOutputReport (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits