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
[in] LogNumber
Returns:
Log Start and End Date Time
Logging Time start and End Time
Data Sector where logging started and Data Sector where logging ended
Log Data Size
GUID
File Name
Encryption Status
C# Example:
Refer the example application code.
https://www.influxtechnology.com/rexgen-support
Downloads Section > API
Last updated
