Enum alertInfoResponseType
Enumeration of values for the responseType element of the alertInfo class.
Namespace: CommonAlertingProtocol
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public enum alertInfoResponseType
  Fields
| Name | Description | 
|---|---|
| AllClear | The subject event no longer poses a threat or concern and any follow on action is described in the instruction element  | 
      
| Assess | Evaluate the information in this message. (This value SHOULD NOT be used in public warning applications.)  | 
      
| Avoid | Avoid the subject event as per the instruction element  | 
      
| Evacuate | Relocate as instructed in the instruction element  | 
      
| Execute | Execute a pre-planned activity identified in the instruction element  | 
      
| Monitor | Attend to information sources as described in the instruction element  | 
      
| None | No action recommended  | 
      
| Prepare | Make preparations per the instruction element  | 
      
| Shelter | Take shelter in place or per the instruction element  |