C# Mine
ContentsIndexHome
PreviousUpNext
eConfigSection Enumeration

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.

Syntax
C#
public enum eConfigSection { General_1 = 24, General_2 = 25, Profile_1 = 28, Profile_2 = 29 }

Enumerations.cs

Members 
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.  
Copyright (c) 2022. All rights reserved.
What do you think about this topic? Send feedback!