C# Mine
ContentsIndexHome
PreviousUpNext
eSensorBattery Enumeration

Pre-configured battery types. To assist in calculating battery life values for sensors

Syntax
C#
public enum eSensorBattery { Line = 3, CR2032 = 1, AAx2 = 2, AAx1 = 6, AAx1r = 7, CR123 = 9, G2_CR2032 = 14, G2_AAx2 = 15, G2_AAx1 = 16 }

Enumerations.cs

Members 
Description 
Line = 3 
Constant 3v line feed to sensor  
CR2032 = 1 
CR2032 Coin Cell  
AAx2 = 2 
Pair of Alkaline AA  
AAx1 = 6 
Industrial Tadiran single 3v AA  
AAx1r = 7 
Industrial Rechargeable single 3v AA  
CR123 = 9 
CR123 Lithium 3v  
G2_CR2032 = 14 
Alta CR2032 Coin Cell  
G2_AAx2 = 15 
Alta Pair of Alkaline AA  
G2_AAx1 = 16 
Alta Industrial Tadiran single 3v AA  
Copyright (c) 2017. All rights reserved.
What do you think about this topic? Send feedback!