long RecorderCountGet ( void   ) 

Description:
RecorderCountGet returns the number of Recorder enabled on the controller.
Returns:
(long) The Recorder count.
Sample Code:
  // -- C++ -- //
  printf("Enabled Recorders: %ld\n", controller->RecorderCountGet());
  // -- C# -- //
  Console.WriteLine("Enabled Recorders: {0}", controller.RecorderCountGet());
Notes:
The firmware default is 0.
See also:
RecorderCountSet