template <>

class WireSyncBufferClientImpl

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

Public Methods

::fidl::WireUnownedResult< ::fuchsia_hardware_adc::Device::GetResolution> GetResolution ()

Get adc resolution in number of bits

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

::fidl::WireUnownedResult< ::fuchsia_hardware_adc::Device::GetSample> GetSample ()

Get sample - raw count from adc

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

::fidl::WireUnownedResult< ::fuchsia_hardware_adc::Device::GetNormalizedSample> GetNormalizedSample ()

Get sample normalized to [0.0-1.0]

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