template <>

class WireWeakSyncClientImpl

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

Public Methods

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

Get adc resolution in number of bits

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

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

Get sample - raw count from adc

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

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

Get sample normalized to [0.0-1.0]

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