userlibandfileserver/fileserver/inc/f32file.h
changeset 33 0173bcd7697c
parent 31 56f325a607ea
child 36 538db54a451d
equal deleted inserted replaced
31:56f325a607ea 33:0173bcd7697c
  1446 public:
  1446 public:
  1447     /**
  1447     /**
  1448     The type of media mounted on the drive.
  1448     The type of media mounted on the drive.
  1449     */
  1449     */
  1450 	TMediaType iType;
  1450 	TMediaType iType;
  1451  
  1451 
  1452  
  1452 
  1453     /**
  1453     /**
  1454     Indicates whether the drive supports a battery, and if so, its state.
  1454     Indicates whether the drive supports a battery, and if so, its state.
  1455     */
  1455     */
  1456     TBatteryState iBattery;
  1456     TBatteryState iBattery;
  1457  
  1457 
  1458  
  1458 
  1459     /**
  1459     /**
  1460     The drive attributes.
  1460     The drive attributes.
  1461     
  1461     
  1462     @see KDriveAttLocal
  1462     @see KDriveAttLocal
  1463     @see KDriveAttRom
  1463     @see KDriveAttRom
  1464     @see KDriveAttRedirected
  1464     @see KDriveAttRedirected
  1465     @see KDriveAttSubsted
  1465     @see KDriveAttSubsted
  1466     @see KDriveAttInternal
  1466     @see KDriveAttInternal
  1467     @see KDriveAttRemovable
  1467     @see KDriveAttRemovable 
       
  1468     @see KDriveAttExternal 
  1468     */
  1469     */
  1469 	TUint iDriveAtt;
  1470 	TUint iDriveAtt;
  1470  
  1471  
  1471  
  1472  
  1472     /**
  1473     /**
  1478     @see KMediaAttWriteProtected
  1479     @see KMediaAttWriteProtected
  1479     @see KMediaAttLockable
  1480     @see KMediaAttLockable
  1480     @see KMediaAttLocked
  1481     @see KMediaAttLocked
  1481     */
  1482     */
  1482 	TUint iMediaAtt;
  1483 	TUint iMediaAtt;
  1483 private:	
  1484 
  1484 	/**
  1485 
  1485 	Reserved for future expansion
  1486 	/**
  1486 	*/
  1487 	The type of interface used to connect to the media.
  1487 	TUint32 iReserved;	
  1488 	*/
       
  1489 	TConnectionBusType iConnectionBusType;
  1488 	};
  1490 	};
  1489 
  1491 
  1490 
  1492 
  1491 
  1493 
  1492 
  1494