long DriveMonitorValueGet ( long  monitorNumber  ) 

Description:
DriveMonitorValueGet returns the gatthered information from a specific monitor.
Parameters:
monitorNumber Monitor from which you get desired value.
Returns:
(long) Information from Monitor.
Sample Code:
  printf("Monitor 1 shows value: %ld.\n", DriveMonitorValueGet(1));
Notes:
Only 3 Monitors (0-2) are available for use.
See also:
DriveMonitorIndexSet, DriveMonitorAddressSet
Examples:
driveMonitor.cpp.