class DevfsAddArgs
Defined at line 2463 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/natural_types.h
Public Methods
void DevfsAddArgs (Storage_ storage)
void DevfsAddArgs ()
Defined at line 2468 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/natural_types.h
void DevfsAddArgs (DevfsAddArgs && )
Defined at line 2469 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/natural_types.h
bool IsEmpty ()
const std::optional< ::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.
::std::optional< ::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.
DevfsAddArgs & connector (std::optional< ::fidl::ClientEnd< ::fuchsia_device_fs::Connector>> value)
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.
const std::optional< ::std::string> & 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.
::std::optional< ::std::string> & 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.
DevfsAddArgs & class_name (std::optional< ::std::string> value)
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.
const std::optional< ::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.
::std::optional< ::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.
DevfsAddArgs & inspect (std::optional< ::zx::vmo> value)
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.
const std::optional< ::fuchsia_device_fs::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.
::std::optional< ::fuchsia_device_fs::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.
DevfsAddArgs & connector_supports (std::optional< ::fuchsia_device_fs::ConnectionType> value)
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.
const std::optional< ::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
::std::optional< ::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
DevfsAddArgs & controller_connector (std::optional< ::fidl::ClientEnd< ::fuchsia_device_fs::Connector>> value)
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
void DevfsAddArgs (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )
DevfsAddArgs & operator= (DevfsAddArgs && )
Defined at line 2470 of file fidling/gen/sdk/fidl/fuchsia.driver.framework/fuchsia.driver.framework/cpp/fidl/fuchsia.driver.framework/cpp/natural_types.h
Friends
class MemberVisitor
class NaturalTableCodingTraits