template <typename BuilderImpl>
class WireTableBaseBuilder
Defined at line 4591 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::NodeControllerRequestBindRequest Build ()
Build and return the table. The builder should not be used after this.
bool has_force_rebind ()
void clear_force_rebind ()
Clears the force_rebind field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
bool & force_rebind ()
If this is true, then the node unbinds from its matched driver before it attempts to
bind through the normal bind process.
BuilderImpl & force_rebind (bool elem)
If this is true, then the node unbinds from its matched driver before it attempts to
bind through the normal bind process.
bool has_driver_url_suffix ()
void clear_driver_url_suffix ()
Clears the driver_url_suffix field.
This method should be used sparingly, such as only during tests, as it has
O(number_of_fields) complexity.
::fidl::StringView & driver_url_suffix ()
If this is set, then only drivers matching this URL suffix will be considered in
binding.
E.g: "gpt.cm", "meta/gpt.cm", "fuchsia-boot:///#meta/gpt.cm".
BuilderImpl & driver_url_suffix (Wrapper_Ignore_Me_< ::fidl::ObjectView< ::fidl::StringView>> elem)
If this is set, then only drivers matching this URL suffix will be considered in
binding.
E.g: "gpt.cm", "meta/gpt.cm", "fuchsia-boot:///#meta/gpt.cm".
Protected Methods
void WireTableBaseBuilder< ::fuchsia_driver_framework::wire::NodeControllerRequestBindRequest, BuilderImpl> (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_driver_framework::wire::NodeControllerRequestBindRequest>> && frame)