class KeyboardOutputReport
Defined at line 1856 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.
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 1858 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 1859 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 1860 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 1861 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 ()
Each LED in this list will be turned on. Any LED not in this list will be
turned off.
bool has_enabled_leds ()
KeyboardOutputReport & operator= (KeyboardOutputReport && other)
Defined at line 1862 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 1864 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 1891 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