class KeyboardInputDescriptor

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

Describes the format of the input report that will be sent from the keyboard

to the device.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

const ::std::vector< ::fuchsia::input::Key> & keys3 ()

The list of keys that this keyboard contains.

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

bool has_keys3 ()

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

::std::vector< ::fuchsia::input::Key> * mutable_keys3 ()

The list of keys that this keyboard contains.

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

void clear_keys3 ()

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

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