SmartAttribute Constructor

Initializes a new instance of the SmartAttribute class.

Definition

Namespace: DevCase.Core.IO.Devices.Drives
Assembly: 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
)

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.

See Also