class KeyboardOutputReport
Defined at line 2276 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.
At least one of the fields below must be present.
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 ()
The device's LEDs will be on iff contained in this list.
Optional. Present iff `leds` is present in `KeyboardOutputDescriptor`.
Defined at line 2285 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 2289 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 ()
The device's LEDs will be on iff contained in this list.
Optional. Present iff `leds` is present in `KeyboardOutputDescriptor`.
Defined at line 2296 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 2304 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)