template <>

class WireSyncBufferClientImpl

Defined at line 919 of file fidling/gen/sdk/fidl/fuchsia.hardware.sensors/fuchsia.hardware.sensors/cpp/fidl/fuchsia.hardware.sensors/cpp/wire_messaging.h

Public Methods

::fidl::WireUnownedResult< ::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 via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_hardware_sensors::Driver::ActivateSensor> ActivateSensor (int32_t sensor_id)

Activate the specified sensor.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::fuchsia_hardware_sensors::Driver::DeactivateSensor> DeactivateSensor (int32_t sensor_id)

Deactivate the specified sensor.

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.

::fidl::WireUnownedResult< ::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 via an argument to `.buffer()`.