template <typename BuilderImpl>

class WireTableBaseBuilder

Defined at line 4788 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::NodeControllerOnBindRequest Build ()

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

bool has_node_token ()
void clear_node_token ()

Clears the node_token field.

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

O(number_of_fields) complexity.

::zx::event & node_token ()

Provides a token representing this node which can be exchanged with the

driver framework to discern additional information about this node.

BuilderImpl & node_token (::zx::event elem)

Provides a token representing this node which can be exchanged with the

driver framework to discern additional information about this node.

Protected Methods

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

Records