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
Returns:
C# Example:
Last updated
