Enum alertInfoCertainty
Enumeration of values for the certainty element of the alertInfo class.
Namespace: CommonAlertingProtocol
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public enum alertInfoCertainty
  Fields
| Name | Description | 
|---|---|
| Likely | Likely (p greater than ~50%)  | 
      
| Observed | Determined to have occurred or to be ongoing  | 
      
| Possible | Possible but not likely (p less than or equal to ~50%)  | 
      
| Unknown | Certainty unknown  | 
      
| Unlikely | Not expected to occur (p ~ 0)  |