class NodeControllerRequestBindRequest

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

Public Methods

void NodeControllerRequestBindRequest (Storage_ storage)
void NodeControllerRequestBindRequest ()

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

void NodeControllerRequestBindRequest (NodeControllerRequestBindRequest && )

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

void NodeControllerRequestBindRequest (const NodeControllerRequestBindRequest & other)
NodeControllerRequestBindRequest & operator= (NodeControllerRequestBindRequest && )

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

NodeControllerRequestBindRequest & operator= (const NodeControllerRequestBindRequest & other)
bool operator== (const NodeControllerRequestBindRequest & other)
bool operator!= (const NodeControllerRequestBindRequest & other)
bool IsEmpty ()
const std::optional<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.

::std::optional<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.

NodeControllerRequestBindRequest & force_rebind (std::optional<bool> value)

If this is true, then the node unbinds from its matched driver before it attempts to

bind through the normal bind process.

const std::optional< ::std::string> & 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".

::std::optional< ::std::string> & 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".

NodeControllerRequestBindRequest & driver_url_suffix (std::optional< ::std::string> value)

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".

void NodeControllerRequestBindRequest (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalTableCodingTraits