template <>

class WireTableBuilder

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

Public Methods

template <typename First = ::fidl::StringView, typename... Args, std::enable_if_t<!std::is_same_v<cpp20::remove_cvref_t<First>, fidl::ObjectView<::fidl::StringView>>, int> = 0>
::fidl::WireTableBuilder< ::fuchsia_driver_framework::wire::DevfsAddArgs> & class_name (First && first, Args &&... args_)

This is the class name for installing this node in devfs.

The node will be placed within /dev/class/{class_name}.

If `class_name` does not exist under /dev/class/ it will be created.

Optional: If this is not provided then the node will only be added via topological path.

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

Friends

template <>
class DevfsAddArgs