template <>
class WireSyncBufferClientImpl
Defined at line 403 of file fidling/gen/sdk/fidl/fuchsia.hardware.adcimpl/fuchsia.hardware.adcimpl/cpp/fidl/fuchsia.hardware.adcimpl/cpp/driver/wire_messaging.h
Public Methods
::fdf::WireUnownedResult< ::fuchsia_hardware_adcimpl::Device::GetResolution> GetResolution ()
Get adc resolution in number of bits.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
Defined at line 408 of file fidling/gen/sdk/fidl/fuchsia.hardware.adcimpl/fuchsia.hardware.adcimpl/cpp/fidl/fuchsia.hardware.adcimpl/cpp/driver/wire_messaging.h
::fdf::WireUnownedResult< ::fuchsia_hardware_adcimpl::Device::GetSample> GetSample (uint32_t channel_id)
Get sample - raw count from adc - of the ADC channel indicated by
channel_id.
Caller provides the backing storage for FIDL message via an argument to `.buffer()`.
Defined at line 417 of file fidling/gen/sdk/fidl/fuchsia.hardware.adcimpl/fuchsia.hardware.adcimpl/cpp/fidl/fuchsia.hardware.adcimpl/cpp/driver/wire_messaging.h