template <>
class WireWeakAsyncBufferClientImpl
Defined at line 1623 of file fidling/gen/sdk/fidl/fuchsia.hardware.sensors/fuchsia.hardware.sensors/cpp/fidl/fuchsia.hardware.sensors/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireBufferThenable< ::fuchsia_hardware_sensors::Driver::GetSensorsList> GetSensorsList ()
Retrieve the details of all the sensors managed by this driver.
Caller provides the backing storage for FIDL message.
::fidl::internal::WireBufferThenable< ::fuchsia_hardware_sensors::Driver::ActivateSensor> ActivateSensor (int32_t sensor_id)
Activate the specified sensor.
Caller provides the backing storage for FIDL message.
::fidl::internal::WireBufferThenable< ::fuchsia_hardware_sensors::Driver::DeactivateSensor> DeactivateSensor (int32_t sensor_id)
Deactivate the specified sensor.
Caller provides the backing storage for FIDL message.
::fidl::internal::WireBufferThenable< ::fuchsia_hardware_sensors::Driver::ConfigureSensorRate> ConfigureSensorRate (int32_t sensor_id, ::fuchsia_sensors_types::wire::SensorRateConfig sensor_rate_config)
Set the output rate for the specified sensor.
Caller provides the backing storage for FIDL message.