Class ackType
Data class that acknowledges receipt of an eCall data object or request.
Inherited Members
Namespace: ECall
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class ackType
  Fields
| Edit this page View SourceactionResult
Element for each request element that is not a successfully executed "send-data" action. Optional.
Declaration
public ackTypeActionResult[] actionResult
  Field Value
| Type | Description | 
|---|---|
| ackTypeActionResult[] | 
received
Indicates if the referenced object was considered successfully received or not. Required in an ack element sent by a PSAP.
Declaration
public bool received
  Field Value
| Type | Description | 
|---|---|
| bool | 
receivedSpecified
Set to true if the received element is specified, else set to false.
Declaration
public bool receivedSpecified
  Field Value
| Type | Description | 
|---|---|
| bool | 
ref
Contains the Content-ID of the body part being acknowledged. Sent in either direction. Required
Declaration
public string @ref
  Field Value
| Type | Description | 
|---|---|
| string |