LogoLogo
Home
  • 🏠Home
  • Open API Application
  • ReXgen API Documentation
    • ReXgen Open API
  • Data Conversion Library
    • RxLibrary.dll()
      • RxLib.XmlToRxc()
      • RxLib.ConvertData()
      • RxLib.ConvertStatus()
  • Device Library
    • RgUSBdrv.dll
      • DeviceIsReady()
      • GetFirmwareVersion()
      • SendConfiguration()
      • ReflashLogger()
      • InitLiveData()
      • StopLiveData()
      • GetDateTime()
      • SetDateTime()
      • GetLogCount()
      • FormatSDCard()
      • GetSDLogInfo()
      • GetLogData()
Powered by GitBook
On this page
Export as PDF
  1. Device Library
  2. RgUSBdrv.dll

GetLogData()

Retrieves the selected data from eMMC to the PC

PreviousGetSDLogInfo()

Last updated 1 year ago

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.

Downloads Section > API

https://www.influxtechnology.com/rexgen-support