Configuration page of the sensor. All sensor types contain General Config 1, General Config 2, and Profile Config1. Certain profiles also have a second profile configuration page.
Namespace: Monnit.MineAssembly: MonnitMineAPI (in MonnitMineAPI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public enum eConfigSection |
| Visual Basic |
|---|
Public Enumeration eConfigSection |
| Visual C++ |
|---|
public enum class eConfigSection |
| F# |
|---|
type eConfigSection |
Members
| Member name | Value | Description | |
|---|---|---|---|
| General_1 | 24 | First of two general configuration pages used by the sensor to hold configuration values. | |
| General_2 | 25 | Second of two general configuration pages used by the sensor to hold configuration values. | |
| Profile_1 | 28 | First of two profile configuration pages used by the sensor to hold configuration values. | |
| Profile_2 | 29 | Second of two profile configuration pages used by the sensor to hold configuration values. |