class OutputReport
Defined at line 2507 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 an input device.
Output information typically represents device output to the user
(E.g: LEDs, tactile feedback, etc).
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
const ::fuchsia::input::report::KeyboardOutputReport & keyboard ()
Defined at line 2513 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h
bool has_keyboard ()
Defined at line 2517 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h
::fuchsia::input::report::KeyboardOutputReport * mutable_keyboard ()
Defined at line 2521 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h
void clear_keyboard ()
Defined at line 2529 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h
OutputReport & set_keyboard (::fuchsia::input::report::KeyboardOutputReport _value)
void OutputReport ()
void OutputReport (OutputReport && other)
void ~OutputReport ()
OutputReport & operator= (OutputReport && other)
::std::unique_ptr<OutputReport> New ()
void Encode (::fidl::Encoder *_encoder,size_t_offset,std::optional< ::fidl::HandleInformation>maybe_handle_info)
void Decode (::fidl::Decoder *_decoder,OutputReport *_value,size_t_offset)
zx_status_t Clone (OutputReport * _result)