Enum alertMsgType
Enumeration for the values of the alert msgType.
Namespace: CommonAlertingProtocol
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public enum alertMsgType
Fields
| Name | Description |
|---|---|
| Ack | Acknowledges receipt and acceptance of the message(s) identified in references. |
| Alert | Initial information requiring attention by targeted recipients. |
| Cancel | Cancels the earlier message(s) identified in references. |
| Error | Indicates rejection of the message(s) identified in references; explanation SHOULD appear in note |
| Update | Updates and supercedes the earlier message(s) identified in references. |