template <>

class WireSyncClientImpl

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

Methods to make a sync FIDL call directly on an unowned handle or a

const reference to a |::fidl::ClientEnd

<

::fuchsia_hardware_sensors::Driver>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::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. Response is heap-allocated.

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

Activate the specified sensor.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

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

Deactivate the specified sensor.

Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.

::fidl::WireResult< ::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 104 bytes of message buffer on the stack. No heap allocation necessary.