class DevfsAddArgs

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

Public Methods

void DevfsAddArgs ()

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

void DevfsAddArgs (const DevfsAddArgs & other)

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

void DevfsAddArgs (DevfsAddArgs && other)

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

bool IsEmpty ()

Returns whether no field is set.

bool HasUnknownData ()

Returns whether the table references unknown fields.

void _CloseHandles ()
::fidl::WireTableBuilder< ::fuchsia_driver_framework::wire::DevfsAddArgs> Builder (::fidl::AnyArena & arena)

Return a builder that by defaults allocates of an arena.

::fidl::WireTableExternalBuilder< ::fuchsia_driver_framework::wire::DevfsAddArgs> ExternalBuilder (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_driver_framework::wire::DevfsAddArgs>> frame)

Return a builder that relies on explicitly allocating |fidl::ObjectView|s.

::fidl::ClientEnd< ::fuchsia_device_fs::Connector> & connector ()

This is the connector to be installed in devfs.

`Connect()` will be called when a client connects to this node in the filesystem.

Optional: If this is not provided then an empty node will appear in devfs.

bool has_connector ()
::fidl::StringView & class_name ()

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.

bool has_class_name ()
::zx::vmo & inspect ()

This is a vmo of inspect data that will be installed in devfs.

Optional: If this is not provided then the devfs's inspect data will be empty.

bool has_inspect ()
::fuchsia_device_fs::wire::ConnectionType & connector_supports ()

The connection types that are supported by the |connector| given.

The driver framework should handle connection types that are not supported by the

connector.

If not provided, only the device type is assumed as supported by the connector.

bool has_connector_supports ()
::fidl::ClientEnd< ::fuchsia_device_fs::Connector> & controller_connector ()

This is the controller connector to be installed in devfs.

`Connect()` will be called when a client connects to the device_controller connection

for this node in the filesystem.

Optional: If this is not provided then the Node will handle the connection natively.

This option should only be used by the compat shim or in tests

bool has_controller_connector ()
DevfsAddArgs & operator= (const DevfsAddArgs & other)

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

DevfsAddArgs & operator= (DevfsAddArgs && other)

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

DevfsAddArgs & set_connector (::fidl::ClientEnd< ::fuchsia_device_fs::Connector> elem)
DevfsAddArgs & clear_connector ()
DevfsAddArgs & set_class_name (::fidl::ObjectView< ::fidl::StringView> elem)
DevfsAddArgs & set_class_name (std::nullptr_t )
DevfsAddArgs & clear_class_name ()
DevfsAddArgs & set_inspect (::zx::vmo elem)
DevfsAddArgs & clear_inspect ()
DevfsAddArgs & set_connector_supports (::fuchsia_device_fs::wire::ConnectionType elem)
DevfsAddArgs & clear_connector_supports ()
DevfsAddArgs & set_controller_connector (::fidl::ClientEnd< ::fuchsia_device_fs::Connector> elem)
DevfsAddArgs & clear_controller_connector ()
void DevfsAddArgs (::fidl::AnyArena & allocator)
void DevfsAddArgs (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_driver_framework::wire::DevfsAddArgs>> && frame)

This constructor allows a user controlled allocation (not using a Arena).

It should only be used when performance is key.

As soon as the frame is given to the table, it must not be used directly or for another table.

void Allocate (::fidl::AnyArena & allocator)
void Init (::fidl::ObjectView< ::fidl::WireTableFrame< ::fuchsia_driver_framework::wire::DevfsAddArgs>> && frame_ptr)
void ~DevfsAddArgs ()

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

Friends

class WireTableBaseBuilder
class WireTableBaseBuilder