template <>

class NaturalSyncClientImpl

Defined at line 95 of file fidling/gen/sdk/fidl/fuchsia.hardware.fan/fuchsia.hardware.fan/cpp/fidl/fuchsia.hardware.fan/cpp/natural_messaging.h

Public Methods

::fidl::Result< ::fuchsia_hardware_fan::Fan::GetFanLevel> GetFanLevel ()

Get the current fan level.

- response `status`

ZX_ERR_INTERNAL if `fan_level` is not available.

This generally means that `fan_level` has not

been initialized yet or something has gone

terribly wrong.

- response `fan_level` a uint32 field indicating the

current fan level. See fan level description above.

::fidl::Result< ::fuchsia_hardware_fan::Fan::SetFanLevel> SetFanLevel (const ::fidl::Request< ::fuchsia_hardware_fan::Fan::SetFanLevel> & request)

Set the fan level.

+ request `fan_level` a uint32 field indicating the

requested fan level. See fan level description above.

- response `status`

ZX_ERR_OUT_OF_RANGE if the requested fan_level is not

valid.