template <>

class WireWeakAsyncClientImpl

Defined at line 951 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::WireThenable< ::fuchsia_hardware_adc::Device::GetResolution> GetResolution ()

Get adc resolution in number of bits

Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.

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

Get sample - raw count from adc

Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.

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

Get sample normalized to [0.0-1.0]

Allocates 16 bytes of request buffer on the stack. The callback is stored on the heap.