template <>

class WireWeakAsyncBufferClientImpl

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

Public Methods

::fidl::internal::WireBufferThenable< ::fuchsia_hardware_adc::Device::GetResolution> GetResolution ()

Get adc resolution in number of bits

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_hardware_adc::Device::GetSample> GetSample ()

Get sample - raw count from adc

Caller provides the backing storage for FIDL message.

::fidl::internal::WireBufferThenable< ::fuchsia_hardware_adc::Device::GetNormalizedSample> GetNormalizedSample ()

Get sample normalized to [0.0-1.0]

Caller provides the backing storage for FIDL message.