Class ackTypeActionResult
Indicates the result of an action (other than a successfully executed "send-data" action). The ack element contains an actionResult element for each request element that is not a successfully executed "send-data" action.
Inherited Members
Namespace: ECall
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class ackTypeActionResult
  Fields
| Edit this page View Sourceaction
Contains the value of the "action" attribute of the request element. Required.
Declaration
public string action
  Field Value
| Type | Description | 
|---|---|
| string | 
details
Contains further explanation of the circumstances of a success or failure. Optional.
Declaration
public string details
  Field Value
| Type | Description | 
|---|---|
| string | 
reason
Used when "success" is "false", this attribute contains a reason code for a failure. Section 14.8.2 of RFC 8147 specifies the following allowed values: damaged, data-unsupported, security-failure, unable and unsupported.
Declaration
public string reason
  Field Value
| Type | Description | 
|---|---|
| string | 
success
Indicates if the action was successfully accomplished. Required.
Declaration
public bool success
  Field Value
| Type | Description | 
|---|---|
| bool |