IToiStorageDevice::TToiStorageInfo Struct Reference


Description

Information about the storage device itself.

import "IToiStorageDevice.idl";

List of all members.

Public Attributes

IToiStorageDevice::TToiStorageDeviceId Id
string SerialNumber
boolean IsInternal
boolean IsConnected
boolean IsSpinning
boolean IsOverheated
IToiStorageDevice::TToiPartitionIdSequence Partitions
long long Capacity
long long FreeCapacity
long Temperature
boolean IsApproved

Member Data Documentation

Total disk space on storage device.

Not partitioned disk space on storage device.

Internal identifier of the storage device. Not persistent between reboots.

Technical Preview:
Field "IsApproved" is a TECHNICAL PREVIEW, it may change. True if this hard drive is allowed by Motorola. If false, the device can't be used.

True if the device is currently connected. A disconnected device will throw an exception when calling any of its methods.

True if the device is an internal storage device.

True if the storage device is overheated.

True if the storage device is spinning.

Persistent storage identification.

Current storage temperature, 0 if SMART support is unavailable