ManagedMassStorage: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
The ManagedMassStorageUD component is what backs [[Hard Disk Drive|Hard Disk Drives]] and [[Floppy Disk|Floppy Disks]]. This virtual component offers the following properties: | The ManagedMassStorageUD component is what backs [[Hard Disk Drive|Hard Disk Drives]] and [[Floppy Disk|Floppy Disks]]. This virtual component offers the following properties: | ||
{| class="wikitable" | {| class="wikitable" | ||
|+ | |+ ManagedMassStorageUD component properties | ||
|- | |- | ||
! Name !! Type !! Read/Write !! Description | ! Name !! Type !! Read/Write !! Description | ||
| Line 9: | Line 9: | ||
{| class="wikitable" | {| class="wikitable" | ||
|+ | |+ ManagedMassStorageUD component methods | ||
|- | |- | ||
! Name !! Returns !! Description | ! Name !! Returns !! Description | ||
Revision as of 01:05, 2 August 2026
The ManagedMassStorageUD component is what backs Hard Disk Drives and Floppy Disks. This virtual component offers the following properties:
| Name | Type | Read/Write | Description |
|---|---|---|---|
totalCapacityBytes |
integer |
READ | Total capacity of this drive (capacity is currently not limited, so this is not meaningful currently) |
| Name | Returns | Description | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
:open(string:filePath[, string:mode=r]) |
filehandle |
|