# 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.

### [<mark style="color:blue;">DeviceIsReady()</mark>](/support_guides/rexgen-open-api-application/device-library/rgusbdrv.dll/deviceisready.md)

### [GetFirmwareVersion()](/support_guides/rexgen-open-api-application/device-library/rgusbdrv.dll/getfirmwareversion.md)

### [SendConfiguration()](/support_guides/rexgen-open-api-application/device-library/rgusbdrv.dll/sendconfiguration.md)

### [ReflashLogger()](/support_guides/rexgen-open-api-application/device-library/rgusbdrv.dll/reflashlogger.md)

### [InitLiveData()](/support_guides/rexgen-open-api-application/device-library/rgusbdrv.dll/initlivedata.md)

### [StopLiveData()](/support_guides/rexgen-open-api-application/device-library/rgusbdrv.dll/stoplivedata.md)

### [GetDateTime()](/support_guides/rexgen-open-api-application/device-library/rgusbdrv.dll/getdatetime.md)

### [SetDateTime()](/support_guides/rexgen-open-api-application/device-library/rgusbdrv.dll/setdatetime.md)

### [GetLogCount()](/support_guides/rexgen-open-api-application/device-library/rgusbdrv.dll/getlogcount.md)

### [FormatSDCard()](/support_guides/rexgen-open-api-application/device-library/rgusbdrv.dll/formatsdcard.md)

### [GetSDLogInfo()](/support_guides/rexgen-open-api-application/device-library/rgusbdrv.dll/getsdloginfo.md)

### [GetLogData()](/support_guides/rexgen-open-api-application/device-library/rgusbdrv.dll/getlogdata.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.influxtechnology.com/support_guides/rexgen-open-api-application/device-library/rgusbdrv.dll.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
