SmartAttribute Constructor
Namespace: DevCase.Core.IO.Devices.DrivesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public SmartAttribute(
byte[] predictData,
byte[] predictThresholds,
int attributeIndex
)
Public Sub New (
predictData As Byte(),
predictThresholds As Byte(),
attributeIndex As Integer
)
Dim predictData As Byte()
Dim predictThresholds As Byte()
Dim attributeIndex As Integer
Dim instance As New SmartAttribute(predictData,
predictThresholds, attributeIndex)
public:
SmartAttribute(
array<unsigned char>^ predictData,
array<unsigned char>^ predictThresholds,
int attributeIndex
)
new :
predictData : byte[] *
predictThresholds : byte[] *
attributeIndex : int -> SmartAttribute
No code example is currently available or this language may not be supported.
Parameters
- predictData Byte
-
The vendor-specific S.M.A.R.T. data from 'MSStorageDriver_FailurePredictData' WMI class.
- predictThresholds Byte
-
The vendor-specific S.M.A.R.T. data from 'MSStorageDriver_FailurePredictThresholds' WMI class.
- attributeIndex Int32
-
The index of the S.M.A.R.T. attribute to retrieve.