The REMDrive class is used to represent a hard drive that exists on a REMSystem. The REMDrive class is the base class used for the OpalDriveType and DTDriveType classes. An instance of this class can be instantiated by the following method:
REMDrive(int number)
where the number provided indicates the drive number that is associated with this drive.
|
|
|
The REMDrive Class is the base class that all other drive classes should derive from. The REMDrive Class provides the properties and virtual methods that are common for all drives. Specific drive types like Opal* or Seagate* Secure* should use this common base, and provide specific implementation of provided virtual methods. To see specific Opal implementation information, see the OpalDriveType class available in the Remote Encryption Management SDK. |
The REMDrive class includes the following:
|
Copyright © 2006-2012, Intel Corporation. All rights reserved. |