class KeyboardOutputReport

Defined at line 1050 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.

At least one of the fields below must be present.

Public Methods

void KeyboardOutputReport (Storage_ storage)
void KeyboardOutputReport ()

Defined at line 1055 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 1056 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 1057 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 ()

The device's LEDs will be on iff contained in this list.

Optional. Present iff `leds` is present in `KeyboardOutputDescriptor`.

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

The device's LEDs will be on iff contained in this list.

Optional. Present iff `leds` is present in `KeyboardOutputDescriptor`.

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

The device's LEDs will be on iff contained in this list.

Optional. Present iff `leds` is present in `KeyboardOutputDescriptor`.

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

Friends

class MemberVisitor
class NaturalTableCodingTraits