GetLogData()
Retrieves the selected data from eMMC to the PC
C#
[DllImport("RGUSBdrv.dll", CallingConvention = CallingConvention.Cdecl)]
public static extern byte GetLogData(Char* FileName, uint StartSector, uint EndSector);
Parameter
[in]
FileName (Path including filename.rxd)
Data Start Sector
Data End Sector
Returns:
0 on success
C# Example:
Refer the example application code.
https://www.influxtechnology.com/rexgen-support
Downloads Section > API
Last updated