exporttype - eisclimber/ExPresS-XR GitHub Wiki
Enum in DataGatherer
Inherits from System.Enum
How data is exported.
public enum ExportType
{
Local,
Http,
Both
}| Name | Description |
|---|---|
| Both | Write both the file to disk and sent via http. |
| Http | Send data via http. |
| Local | Write data to disk. |