class CompositeDriverInfo
Defined at line 1333 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 1340 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 1344 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 1349 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 1357 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 1366 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 1370 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 1375 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 1383 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)