template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 351 of file fidling/gen/sdk/fidl/fuchsia.hardware.adcimpl/fuchsia.hardware.adcimpl/cpp/fidl/fuchsia.hardware.adcimpl/cpp/wire_types.h
Public Methods
::fuchsia_hardware_adcimpl::wire::Metadata Build ()
Build and return the table. The builder should not be used after this.
bool has_channels ()
void clear_channels ()
Clears the channels field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::VectorView< ::fuchsia_hardware_adcimpl::wire::AdcChannel> & channels ()
ADC Channels to expose.
BuilderImpl & channels (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::VectorView< ::fuchsia_hardware_adcimpl::wire::AdcChannel>>> elem)
ADC Channels to expose.
Protected Methods
void WireTableBaseBuilder< ::fuchsia_hardware_adcimpl::wire::Metadata, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_adcimpl::wire::Metadata>> && frame)