StorageDeviceType Enumeration |
Predefined storage device types known by the controller.
Namespace:
ABB.Robotics.Controllers.FileSystemDomain
Assembly:
ABB.Robotics.Controllers (in ABB.Robotics.Controllers.dll) Version: 6.5.129.0
Syntax public enum StorageDeviceType
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
No valid device type.
|
| Removable | 1 |
Floppy or memory stick.
|
| Ramdisk | 2 |
Ramdisk
|
| Remote | 3 |
Remote storage device. Could be FTP or NFS mounted disk.
|
| Fixed | 4 |
Local storage device. "hd0a" for RC, e.g., "c:" for VC.
|
See Also