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.Mine
Assembly: 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 nameValueDescription
General_124 First of two general configuration pages used by the sensor to hold configuration values.
General_225 Second of two general configuration pages used by the sensor to hold configuration values.
Profile_128 First of two profile configuration pages used by the sensor to hold configuration values.
Profile_229 Second of two profile configuration pages used by the sensor to hold configuration values.

See Also