class NodeAddArgs
Defined at line 4221 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
Arguments for adding a node.
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
NodeAddArgs & set_name (::std::string _value)
NodeAddArgs & set_symbols (::std::vector< ::fuchsia::driver::framework::NodeSymbol> _value)
NodeAddArgs & set_properties (::std::vector< ::fuchsia::driver::framework::NodeProperty> _value)
NodeAddArgs & set_devfs_args (::fuchsia::driver::framework::DevfsAddArgs _value)
NodeAddArgs & set_offers2 (::std::vector< ::fuchsia::driver::framework::Offer> _value)
NodeAddArgs & set_bus_info (::fuchsia::driver::framework::BusInfo _value)
NodeAddArgs & set_properties2 (::std::vector< ::fuchsia::driver::framework::NodeProperty2> _value)
NodeAddArgs & set_offers_dictionary (::fuchsia::component::sandbox::DictionaryRef _value)
NodeAddArgs & set_driver_host (::std::string _value)
void NodeAddArgs ()
void NodeAddArgs (NodeAddArgs && other)
void ~NodeAddArgs ()
NodeAddArgs & operator= (NodeAddArgs && other)
::std::unique_ptr<NodeAddArgs> New ()
void Encode (::fidl::Encoder *_encoder,size_t_offset,std::optional< ::fidl::HandleInformation>maybe_handle_info)
void Decode (::fidl::Decoder *_decoder,NodeAddArgs *_value,size_t_offset)
zx_status_t Clone (NodeAddArgs * _result)
const ::std::string & name ()
Name of the node.
Defined at line 4228 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
bool has_name ()
Defined at line 4232 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
::std::string * mutable_name ()
Name of the node.
Defined at line 4237 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
void clear_name ()
Defined at line 4245 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
const ::std::vector< ::fuchsia::driver::framework::NodeSymbol> & symbols ()
Functions to provide to the driver that is bound to this node.
Defined at line 4254 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
bool has_symbols ()
Defined at line 4258 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
::std::vector< ::fuchsia::driver::framework::NodeSymbol> * mutable_symbols ()
Functions to provide to the driver that is bound to this node.
Defined at line 4263 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
void clear_symbols ()
Defined at line 4271 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
const ::std::vector< ::fuchsia::driver::framework::NodeProperty> & properties ()
Properties of the node. Deprecated: all new usages should set properties2 and leave
this field blank.
Defined at line 4281 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
bool has_properties ()
Defined at line 4285 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
::std::vector< ::fuchsia::driver::framework::NodeProperty> * mutable_properties ()
Properties of the node. Deprecated: all new usages should set properties2 and leave
this field blank.
Defined at line 4291 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
void clear_properties ()
Defined at line 4299 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
const ::fuchsia::driver::framework::DevfsAddArgs & devfs_args ()
The arguments for how this node should be added to devfs.
Defined at line 4308 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
bool has_devfs_args ()
Defined at line 4312 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
::fuchsia::driver::framework::DevfsAddArgs * mutable_devfs_args ()
The arguments for how this node should be added to devfs.
Defined at line 4317 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
void clear_devfs_args ()
Defined at line 4325 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
const ::std::vector< ::fuchsia::driver::framework::Offer> & offers2 ()
Capabilities to offer to the driver that is bound to this node.
The driver must ensure these capabilities are added to its outgoing directory or in the
|offers_dictionary| (if any of these are |dictionary_offer| type)
before adding the child node.
Defined at line 4337 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
bool has_offers2 ()
Defined at line 4341 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
::std::vector< ::fuchsia::driver::framework::Offer> * mutable_offers2 ()
Capabilities to offer to the driver that is bound to this node.
The driver must ensure these capabilities are added to its outgoing directory or in the
|offers_dictionary| (if any of these are |dictionary_offer| type)
before adding the child node.
Defined at line 4349 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
void clear_offers2 ()
Defined at line 4357 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
const ::fuchsia::driver::framework::BusInfo & bus_info ()
Information that feeds into a structured bus topology for the device. It should
only be specified by bus drivers, ideally those which are included by default.
Defined at line 4367 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
bool has_bus_info ()
Defined at line 4371 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
::fuchsia::driver::framework::BusInfo * mutable_bus_info ()
Information that feeds into a structured bus topology for the device. It should
only be specified by bus drivers, ideally those which are included by default.
Defined at line 4377 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
void clear_bus_info ()
Defined at line 4385 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
const ::std::vector< ::fuchsia::driver::framework::NodeProperty2> & properties2 ()
Properties of the node. If set, the `properties` field must be blank. Otherwise,
adding the node will return an error.
Defined at line 4395 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
bool has_properties2 ()
Defined at line 4399 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
::std::vector< ::fuchsia::driver::framework::NodeProperty2> * mutable_properties2 ()
Properties of the node. If set, the `properties` field must be blank. Otherwise,
adding the node will return an error.
Defined at line 4405 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
void clear_properties2 ()
Defined at line 4413 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
const ::fuchsia::component::sandbox::DictionaryRef & offers_dictionary ()
This can be used to provide additional offers, through a dictionary, to the driver that is
bound to this node. The user MUST use the |offers2| field to specify |dictionary_offer|
type offers for offers that exist in this dictionary.
Defined at line 4424 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
bool has_offers_dictionary ()
Defined at line 4428 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
::fuchsia::component::sandbox::DictionaryRef * mutable_offers_dictionary ()
This can be used to provide additional offers, through a dictionary, to the driver that is
bound to this node. The user MUST use the |offers2| field to specify |dictionary_offer|
type offers for offers that exist in this dictionary.
Defined at line 4435 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
void clear_offers_dictionary ()
Defined at line 4443 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
const ::std::string & driver_host ()
An identifier for the driver host which a driver that binds to this node should live in.
All drivers which specify the same identifier will be colocated into the same driver host.
If the driver host hasn't been started, it will be started upon the time the node is bound
to. Only respected if the driver binds directly to this node. If a composite binds to this
node, then this field will be ignored as it should be expressed in the composite node spec
instead.
Defined at line 4457 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
bool has_driver_host ()
Defined at line 4461 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
::std::string * mutable_driver_host ()
An identifier for the driver host which a driver that binds to this node should live in.
All drivers which specify the same identifier will be colocated into the same driver host.
If the driver host hasn't been started, it will be started upon the time the node is bound
to. Only respected if the driver binds directly to this node. If a composite binds to this
node, then this field will be ignored as it should be expressed in the composite node spec
instead.
Defined at line 4471 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
void clear_driver_host ()
Defined at line 4479 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h