template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 3792 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/wire_types.h

Public Methods

::fuchsia_driver_framework::wire::BusInfo Build ()

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

bool has_bus ()
void clear_bus ()

Clears the bus field.

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

O(number_of_fields) complexity.

::fuchsia_driver_framework::wire::BusType & bus ()

The type of bus this node sits on.

BuilderImpl & bus (::fuchsia_driver_framework::wire::BusType elem)

The type of bus this node sits on.

bool has_address ()
void clear_address ()

Clears the address field.

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

O(number_of_fields) complexity.

::fuchsia_driver_framework::wire::DeviceAddress & address ()

A unique identifier that describes the identity of this device on the given bus.

BuilderImpl & address (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fuchsia_driver_framework::wire::DeviceAddress>> elem)

A unique identifier that describes the identity of this device on the given bus.

bool has_address_stability ()
void clear_address_stability ()

Clears the address_stability field.

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

O(number_of_fields) complexity.

::fuchsia_driver_framework::wire::DeviceAddressStability & address_stability ()

How stable the address.

BuilderImpl & address_stability (::fuchsia_driver_framework::wire::DeviceAddressStability elem)

How stable the address.

Protected Methods

void WireTableBaseBuilder< ::fuchsia_driver_framework::wire::BusInfo, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_driver_framework::wire::BusInfo>> && frame)

Records