template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 582 of file fidling/gen/sdk/fidl/fuchsia.hardware.pin/fuchsia.hardware.pin/cpp/fidl/fuchsia.hardware.pin/cpp/wire_types.h

Public Methods

::fuchsia_hardware_pin::wire::DebugGetPropertiesResponse Build ()

Build and return the table. The builder should not be used after this.

bool has_pin ()
void clear_pin ()

Clears the pin field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

uint32_t & pin ()

The platform-specific number of this pin, set as a bind property on the driver node.

BuilderImpl & pin (uint32_t elem)

The platform-specific number of this pin, set as a bind property on the driver node.

bool has_name ()
void clear_name ()

Clears the name field.

This method should be used sparingly, such as only during tests, as it has

O(number_of_fields) complexity.

::fidl::StringView & name ()

The platform-specific name of this pin.

BuilderImpl & name (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)

The platform-specific name of this pin.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_hardware_pin::wire::DebugGetPropertiesResponse, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_hardware_pin::wire::DebugGetPropertiesResponse>> && frame)

Records