class OutputDescriptor
Defined at line 1916 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h
Describes the output reports that a physical input device will accept.
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::KeyboardOutputDescriptor & keyboard ()
Defined at line 1922 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 1926 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h
::fuchsia::input::report::KeyboardOutputDescriptor * mutable_keyboard ()
Defined at line 1930 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 1938 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/hlcpp/fuchsia/input/report/cpp/fidl.h
OutputDescriptor & set_keyboard (::fuchsia::input::report::KeyboardOutputDescriptor _value)
void OutputDescriptor ()
void OutputDescriptor (OutputDescriptor && other)
void ~OutputDescriptor ()
OutputDescriptor & operator= (OutputDescriptor && other)
::std::unique_ptr<OutputDescriptor> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, OutputDescriptor * _value, size_t _offset)
zx_status_t Clone (OutputDescriptor * _result)