ST_RAIDDriveStatus

TYPE ST_RAIDDriveStatus :
STRUCT
    eRAIDDriveStatus        : E_RAIDDriveStatus;
    eRAIDDriveUsage         : E_RAIDDriveUsage;
    nSATAPort               : UINT;
    sRAIDDriveSerial        : STRING [39];
END_STRUCT
END_TYPE

eRAIDDriveStatus:Contains the status of the physical drive.

eRAIDDriveUsage:Contains whether the physical drive is part of the RAID set.

nSATAPort:Contains the SAS address of the physical drive. If the drive does not have a SAS address as is the case with a directly attached SATA drive, then this field shall be 0 filled

sRAIDDriveSerial: serial number designation of  the RAID drive (40 characters).