template <>

class WireWeakAsyncClientImpl

Defined at line 1595 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::WireThenable< ::fuchsia_hardware_sensors::Driver::GetSensorsList> GetSensorsList ()

Retrieve the details of all the sensors managed by this driver.

Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.

::fidl::internal::WireThenable< ::fuchsia_hardware_sensors::Driver::ActivateSensor> ActivateSensor (int32_t sensor_id)

Activate the specified sensor.

Allocates 24 bytes of request buffer on the stack. The callback is stored on the heap.

::fidl::internal::WireThenable< ::fuchsia_hardware_sensors::Driver::DeactivateSensor> DeactivateSensor (int32_t sensor_id)

Deactivate the specified sensor.

Allocates 24 bytes of request buffer on the stack. The callback is stored on the heap.

::fidl::internal::WireThenable< ::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.

Allocates 72 bytes of request buffer on the stack. The callback is stored on the heap.