template <>
class NaturalClientImpl
Defined at line 360 of file fidling/gen/sdk/fidl/fuchsia.input.report/fuchsia.input.report/cpp/fidl/fuchsia.input.report/cpp/natural_messaging.h
Public Methods
::fidl::internal::NaturalThenable< ::fuchsia_input_report::InputDevice::GetDescriptor> GetDescriptor ()
Gets the device descriptor for this device.
::fidl::internal::NaturalThenable< ::fuchsia_input_report::InputDevice::SendOutputReport> SendOutputReport (const ::fidl::Request< ::fuchsia_input_report::InputDevice::SendOutputReport> & request)
Send a single output report to the device. This will throw an error
if the output report does not follow the OutputDescriptor.
::fidl::internal::NaturalThenable< ::fuchsia_input_report::InputDevice::GetFeatureReport> GetFeatureReport ()
Get the feature report for a given device. This requests the state of
the device's features.
::fidl::internal::NaturalThenable< ::fuchsia_input_report::InputDevice::SetFeatureReport> SetFeatureReport (const ::fidl::Request< ::fuchsia_input_report::InputDevice::SetFeatureReport> & request)
Set the feature report for a given device. This sets the state of
the device's features.
::fidl::internal::NaturalThenable< ::fuchsia_input_report::InputDevice::GetInputReport> GetInputReport (const ::fidl::Request< ::fuchsia_input_report::InputDevice::GetInputReport> & request)
For general cases, InputReportReader is the preferred way of getting
InputReports. For devices that don't send InputReports naturally, this
method can be used to request a report from the device type indicated.
Does not block, and returns ZX_ERR_NOT_SUPPORTED if `GetInputReport` or
`device_type` are not supported.
::fit::result< ::fidl::OneWayError> GetInputReportsReader (::fidl::Request< ::fuchsia_input_report::InputDevice::GetInputReportsReader> request)
Open a new InputReportsReader on this device. Each reader receives
their own reports.