class KeyboardOutputDescriptor

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

Describes the format of the output report that can be sent to the 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> & leds ()

The list of keyboard LEDs that can be toggled.

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

bool has_leds ()

Defined at line 1845 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_leds ()

The list of keyboard LEDs that can be toggled.

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

void clear_leds ()

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

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