long DriveMonitorAddressGet ( long  monitorNumber  ) 

Description:
DriveMonitorAddressGet returns the controller address for a specific drive monitor.
Parameters:
monitorNumber Monitor from which you get desired value.
Returns:
(long) Address for Monitor.
Sample Code:
  printf("Monitor 0 can be found at following address: %ld.\n", DriveMonitorAddressGet(0));
Notes:
Only 3 Monitors (0-2) are available for use.
See also:
DriveMonitorMaskGet, DriveMonitorRigthShiftGet, DriveMonitorIndexSet, DriveMonitorAddressSet, DriveMonitorValueGet,