HTML Application SDK
A1.8
|
import"StorageManagerPlugin.idl";
Public Attributes | |
readonly attribute Integer | deviceNumber |
const Integer | DeviceTypeDlna = 1 |
const Integer | DeviceTypeUsb = 0 |
const Integer | Ext2 = 3 |
const Integer | Ext3 = 2 |
const Integer | Fat = 0 |
readonly attribute enumerations | fileSystemFormat |
readonly attribute String | name |
const Integer | Ntfs = 1 |
readonly attribute String | path |
readonly attribute enumerations | type |
This object is used to keep Removable Device information
readonly attribute Integer RemovableDevice.deviceNumber |
Removable Device Number
const Integer RemovableDevice.DeviceTypeDlna = 1 |
Removable device type
const Integer RemovableDevice.DeviceTypeUsb = 0 |
Removable device type
const Integer RemovableDevice.Ext2 = 3 |
Removable device file system format ext2
const Integer RemovableDevice.Ext3 = 2 |
Removable device file system format ext3
const Integer RemovableDevice.Fat = 0 |
Removable device file system format fat
readonly attribute enumerations RemovableDevice.fileSystemFormat |
Removable Device File System Type: Fat:0, Ntfs:1, Ext3:2, Ext2:3
readonly attribute String RemovableDevice.name |
Removable Device Name
const Integer RemovableDevice.Ntfs = 1 |
Removable device file system format ntfs
readonly attribute String RemovableDevice.path |
Removable Device Absolute Path
readonly attribute enumerations RemovableDevice.type |
Removable Device Type: DeviceTypeUsb:0, DeviceTypeDlna:1