class KeyboardOutputReport
Defined at line 2075 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h
A single report containing output information for a keyboard.
At least one of the fields below must be present.
Public Methods
bool IsEmpty ()
Returns whether no field is set.
bool HasUnknownData ()
Returns whether the table references unknown fields.
::fidl::WireTableBuilder< ::fuchsia_input_report::wire::KeyboardOutputReport> Builder (::fidl::AnyArena & arena)
Return a builder that by defaults allocates of an arena.
::fidl::WireTableExternalBuilder< ::fuchsia_input_report::wire::KeyboardOutputReport> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_input_report::wire::KeyboardOutputReport>> frame)
Return a builder that relies on explicitly allocating |fidl::ObjectView|s.
void KeyboardOutputReport ()
Defined at line 2077 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h
void KeyboardOutputReport (const KeyboardOutputReport & other)
Defined at line 2078 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h
KeyboardOutputReport & operator= (const KeyboardOutputReport & other)
Defined at line 2079 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h
void KeyboardOutputReport (KeyboardOutputReport && other)
Defined at line 2080 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h
::fidl::VectorView< ::fuchsia_input_report::wire::LedType> & enabled_leds ()
The device's LEDs will be on iff contained in this list.
Optional. Present iff `leds` is present in `KeyboardOutputDescriptor`.
bool has_enabled_leds ()
KeyboardOutputReport & operator= (KeyboardOutputReport && other)
Defined at line 2081 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h
KeyboardOutputReport & set_enabled_leds (::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_input_report::wire::LedType>> elem)
KeyboardOutputReport & set_enabled_leds (std::nullptr_t )
KeyboardOutputReport & clear_enabled_leds ()
void KeyboardOutputReport (::fidl::AnyArena & allocator)
void KeyboardOutputReport (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_input_report::wire::KeyboardOutputReport>> && frame)
This constructor allows a user controlled allocation (not using a Arena).
It should only be used when performance is key.
As soon as the frame is given to the table, it must not be used directly or for another table.
void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_input_report::wire::KeyboardOutputReport>> && frame_ptr)
void ~KeyboardOutputReport ()
Defined at line 2083 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h
template <typename... Args>
KeyboardOutputReport & set_enabled_leds (::fidl::AnyArena & allocator, Args &&... args)
Defined at line 2111 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/wire_types.h
Friends
class WireTableBaseBuilder
class WireTableBaseBuilder