Retrieves the selected data from eMMC to the PC
Last updated 1 year ago
[DllImport("RGUSBdrv.dll", CallingConvention = CallingConvention.Cdecl)] public static extern byte GetLogData(Char* FileName, uint StartSector, uint EndSector);
[in]
FileName (Path including filename.rxd)
Data Start Sector
Data End Sector
0 on success
Refer the example application code.
Downloads Section > API