class ResourceArgs

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

Arguments for providing a resource.

Public Members

static const fidl_type_t * FidlType

Public Methods

bool IsEmpty ()

Returns whether no field is set.

void ResourceArgs ()
void ResourceArgs (ResourceArgs && other)
const ::std::string & name ()

Name of the resource. Required.

Defined at line 5003 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 5007 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 resource. Required.

Defined at line 5012 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 5020 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> & properties ()

Properties of the resource. Required.

Defined at line 5029 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 5033 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_properties ()

Properties of the resource. Required.

Defined at line 5038 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 5046 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> & offers ()

Capabilities the resource offers to the node that depends on it. Required.

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

bool has_offers ()

Defined at line 5059 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_offers ()

Capabilities the resource offers to the node that depends on it. Required.

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

void clear_offers ()

Defined at line 5072 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. Optional.

Defined at line 5082 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 5086 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. Optional.

Defined at line 5092 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 5100 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h

ResourceArgs & set_name (::std::string _value)
ResourceArgs & set_properties (::std::vector< ::fuchsia::driver::framework::NodeProperty2> _value)
ResourceArgs & set_offers (::std::vector< ::fuchsia::driver::framework::Offer> _value)
ResourceArgs & set_bus_info (::fuchsia::driver::framework::BusInfo _value)
void ~ResourceArgs ()
ResourceArgs & operator= (ResourceArgs && other)
::std::unique_ptr<ResourceArgs> New ()
void Encode (::fidl::Encoder * _encoder, size_t _offset, std::optional< ::fidl::HandleInformation> maybe_handle_info)
void Decode (::fidl::Decoder * _decoder, ResourceArgs * _value, size_t _offset)
zx_status_t Clone (ResourceArgs * _result)