class KeyboardOutputReport

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

A single report containing output information for a keyboard.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::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.

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

bool has_enabled_leds ()

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

::std::vector< ::fuchsia::input::report::LedType> * mutable_enabled_leds ()

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

turned off.

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

void clear_enabled_leds ()

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

KeyboardOutputReport & set_enabled_leds (::std::vector< ::fuchsia::input::report::LedType> _value)
void KeyboardOutputReport ()
void KeyboardOutputReport (KeyboardOutputReport && other)
void ~KeyboardOutputReport ()
KeyboardOutputReport & operator= (KeyboardOutputReport && other)
::std::unique_ptr<KeyboardOutputReport> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, KeyboardOutputReport * _value, size_t _offset)
zx_status_t Clone (KeyboardOutputReport * _result)