The
ArcSetSMARTPollingInterval method updates the RAID
subsystem SMART Polling Interval
mode.
virtual
ARC_STATUS ArcSetSMARTPollingInterval( BYTE
nMode ); |
[IN]
nMode: Modes of the SMART Polling Interval.
Value |
Meaning |
0 |
On Demand |
1 |
30 Seconds |
2 |
1 Minute |
3 |
5 Minutes |
4 |
10 Minutes |
5 |
20 Minutes |
6 |
30 Minutes |
7 |
1 Hour |
8 |
2 Hours |
9 |
3 Hours |
10 |
6 Hours |
11 |
12 Hours |
This method returns the ARC_STATUS.
Password
required if password enabled, use ArcChkPassword
member function to validate the password.