exporttype - eisclimber/ExPresS-XR GitHub Wiki

ExportType

Enum in DataGatherer

Inherits from System.Enum

Summary

How data is exported.

public enum ExportType
{
    Local,
    Http,
    Both
}

Members

Name Description
Both Write both the file to disk and sent via http.
Http Send data via http.
Local Write data to disk.
⚠️ **GitHub.com Fallback** ⚠️