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