Click or drag to resize

FAULT_LIST_FLAGS Enumeration


Namespace: GSF.EMAX
Assembly: GSF.EMAX (in GSF.EMAX.dll) Version: 2.4.282-beta
Syntax
[FlagsAttribute]
public enum FAULT_LIST_FLAGS
Members
Member nameValueDescription
MASK_FAULT1 
MASK_UNDER16 
MASK_OVER32 
MASK_SLOPE64 
MASK_LIMIT128 
MSK_ZERO256 
MSK_POS_OVER512 
MSK_POS_UNDER1,024 
MSK_NEG2,048 
MSK_FREQ4,096 
MSK_HARM8,192 
MSK_SWING16,384 
MSK_PWR32,768 

The FAULT_LIST_FLAGS type exposes the following members.

Extension Methods
 NameDescription
Public Extension MethodGetDescription Retrieves the description of the value that this Enum represents extracted from the DescriptionAttribute, or the enumeration name if no description is available.
(Defined by EnumExtensions)
Public Extension MethodGetFormattedName Retrieves a formatted name of the value that this Enum represents for visual display.
(Defined by EnumExtensions)
Top
See Also