class CompositeDriverInfo
Defined at line 1334 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
Information for a composite driver.
Public Members
static const fidl_type_t * FidlType
Public Methods
bool IsEmpty ()
Returns whether no field is set.
const ::std::string & composite_name ()
The name of the composite as specified in the driver's composite bind rules.
Defined at line 1341 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
bool has_composite_name ()
Defined at line 1345 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
::std::string * mutable_composite_name ()
The name of the composite as specified in the driver's composite bind rules.
Defined at line 1350 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
void clear_composite_name ()
Defined at line 1358 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
const ::fuchsia::driver::framework::DriverInfo & driver_info ()
General information for the driver.
Defined at line 1367 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
bool has_driver_info ()
Defined at line 1371 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
::fuchsia::driver::framework::DriverInfo * mutable_driver_info ()
General information for the driver.
Defined at line 1376 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
void clear_driver_info ()
Defined at line 1384 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/hlcpp/fuchsia/driver/framework/cpp/fidl.h
CompositeDriverInfo & set_composite_name (::std::string _value)
CompositeDriverInfo & set_driver_info (::fuchsia::driver::framework::DriverInfo _value)
void CompositeDriverInfo ()
void CompositeDriverInfo (CompositeDriverInfo && other)
void ~CompositeDriverInfo ()
CompositeDriverInfo & operator= (CompositeDriverInfo && other)
::std::unique_ptr<CompositeDriverInfo> New ()
void Encode (::fidl::Encoder *_encoder,size_t_offset,std::optional< ::fidl::HandleInformation>maybe_handle_info)
void Decode (::fidl::Decoder *_decoder,CompositeDriverInfo *_value,size_t_offset)
zx_status_t Clone (CompositeDriverInfo * _result)