class NodeControllerRequestBindRequest

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

Public Methods

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

::fidl::WireTableBuilder< ::fuchsia_driver_framework::wire::NodeControllerRequestBindRequest> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_driver_framework::wire::NodeControllerRequestBindRequest> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_driver_framework::wire::NodeControllerRequestBindRequest>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

void NodeControllerRequestBindRequest ()

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

void NodeControllerRequestBindRequest (const NodeControllerRequestBindRequest & other)

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

NodeControllerRequestBindRequest & operator= (const NodeControllerRequestBindRequest & other)

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

void NodeControllerRequestBindRequest (NodeControllerRequestBindRequest && other)

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

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.

bool has_force_rebind ()
::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".

bool has_driver_url_suffix ()
NodeControllerRequestBindRequest & operator= (NodeControllerRequestBindRequest && other)

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

NodeControllerRequestBindRequest & set_force_rebind (bool elem)
NodeControllerRequestBindRequest & clear_force_rebind ()
NodeControllerRequestBindRequest & set_driver_url_suffix (::fidl::ObjectView< ::fidl::StringView> elem)
NodeControllerRequestBindRequest & set_driver_url_suffix (std::nullptr_t )
NodeControllerRequestBindRequest & clear_driver_url_suffix ()
void NodeControllerRequestBindRequest (::fidl::AnyArena & allocator)
void NodeControllerRequestBindRequest (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_driver_framework::wire::NodeControllerRequestBindRequest>> && frame)

This constructor allows a user controlled allocation (not using a Arena).

It should only be used when performance is key.

As soon as the frame is given to the table, it must not be used directly or for another table.

void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_driver_framework::wire::NodeControllerRequestBindRequest>> && frame_ptr)
void ~NodeControllerRequestBindRequest ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder