class OutputReport
Defined at line 2483 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 2489 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 2493 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 2497 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 2505 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)