GetSDLogInfo()
Gets the Details of log from the eMMC storage
C#
[DllImport("RGUSBdrv.dll", CallingConvention = CallingConvention.Cdecl)]
public static extern byte GetSDLogInfo(
ushort LogNumber,
IntPtr StartLogDateTime, IntPtr EndLogDateTime,
IntPtr LoggingTimeStart, IntPtr LoggingTimeEnd,
IntPtr LogStartDataSector, IntPtr LogEndDataSector,
IntPtr LogDataSize, IntPtr GUID, IntPtr FileName, IntPtr isEncrypted);Parameter
Returns:
C# Example:
Last updated
