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
  • DeviceIsReady()
  • GetFirmwareVersion()
  • SendConfiguration()
  • ReflashLogger()
  • InitLiveData()
  • StopLiveData()
  • GetDateTime()
  • SetDateTime()
  • GetLogCount()
  • FormatSDCard()
  • GetSDLogInfo()
  • GetLogData()
Export as PDF
  1. Device Library

RgUSBdrv.dll

The RgUSBdrv library is used to interact with all the ReXgen devices (ReXgen, ReXgen Air etc.) from Influx. Using this function, the user can perform various functions on the ReXgen devices, such as set data/time, reflash logger, send config, get log count etc.

To build an application:

C#

The user will need to import the DLL and create a wrapper.

DeviceIsReady()

GetFirmwareVersion()

SendConfiguration()

ReflashLogger()

InitLiveData()

StopLiveData()

GetDateTime()

SetDateTime()

GetLogCount()

FormatSDCard()

GetSDLogInfo()

GetLogData()

PreviousRxLib.ConvertStatus()NextDeviceIsReady()

Last updated 1 year ago