for(int i = 0; i < recordsAvailable; i++) { controller.RecorderRecordDataRetrieve(); // retrieves record Console.WriteLine("recordData" + i.ToString() + " : " + controller.RecorderRecordDataValueGet(0) ); }
Copyright © 2009 ---. All Rights Reserved.