long BackgroundCycleCounterGet ( )
Description:
BackgroundCycleCounterGet returns the value of the counter
Returns:
(long) Background cycle counter value.
Sample Code:
  // -- C++ -- //
  printf("Background Cycle Counter reads %ld\n", controller->BackgroundCycleCounterGet());
  // -- C# -- //
  Console.WriteLine("Background Cycle Counter reads {0}", controller.BackgroundCycleCounterGet());
See also:
SampleCounterGet
Notes:
The return value is a 32 bit counter which will roll over.