class KeyboardOutputDescriptor

Defined at line 779 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 output report that can be sent to the keyboard..

Public Methods

void KeyboardOutputDescriptor (Storage_ storage)
void KeyboardOutputDescriptor ()

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

void KeyboardOutputDescriptor (KeyboardOutputDescriptor && )

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

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

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

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

The list of keyboard LEDs that can be toggled.

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

The list of keyboard LEDs that can be toggled.

KeyboardOutputDescriptor & leds (std::optional< ::std::vector< ::fuchsia_input_report::LedType>> value)

The list of keyboard LEDs that can be toggled.

void KeyboardOutputDescriptor (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits