Click or drag to resize

FileSystemStorageDevices Property

Gets the storage devices known by the robot controller.

Namespace:  ABB.Robotics.Controllers.FileSystemDomain
Assembly:  ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax
C#
public StorageDeviceCollection StorageDevices { get; }

Return Value

Type: StorageDeviceCollection
A StorageDevice collection, StorageDeviceCollection.
Exceptions
ExceptionCondition
GeneralExceptionA General Exception has occurred.
See Also