00001 /* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- 00002 *-------------------------------------------------------------------- 00003 * 00004 * ToiStorageDeviceStorageInfo.idl 00005 * 00006 * This file was created by the Motorola IDL backend, 00007 * which is based on the OmniORB IDL parser. 00008 * Please do not modify. 00009 * 00010 * Copyright (c) 2009 Motorola Inc. All Rights Reserved. 00011 * 00012 *-------------------------------------------------------------------- 00013 */ 00014 00015 #ifndef TOISTORAGEDEVICESTORAGEINFO_IDL 00016 #define TOISTORAGEDEVICESTORAGEINFO_IDL 00017 #include "ToiStorageDevice.idl" 00018 //@ [Struct(Interface=IToiStorageDevice,Name=TToiStorageInfo)] 00019 00025 interface ToiStorageDeviceStorageInfo { 00028 attribute ToiStorageDevice::TToiStorageDeviceId id; 00030 attribute string serialNumber; 00032 attribute boolean isInternal; 00035 attribute boolean isConnected; 00037 attribute boolean isSpinning; 00039 attribute boolean isOverheated; 00041 attribute ToiStorageDevice::TToiPartitionIdSequence partitions; 00043 attribute long long capacity; 00045 attribute long long freeCapacity; 00047 attribute long temperature; 00052 //@ [Optional] 00053 attribute boolean isApproved; 00054 }; 00055 00056 #endif