Class controlType
This is the class for the root element of an ECALL XML document. The root element has three sub-elements: capabilities, request and ack. Only one of these sub-elements will be non-null.
Inherited Members
Namespace: ECall
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class controlType
  Fields
| Edit this page View SourceAny
Element extension point
Declaration
public XmlElement[] Any
  Field Value
| Type | Description | 
|---|---|
| XmlElement[] | 
AnyAttr
Attribute extension point
Declaration
public XmlAttribute[] AnyAttr
  Field Value
| Type | Description | 
|---|---|
| XmlAttribute[] | 
ack
The ack element acknowledges receipt of an eCall data object or request.
Declaration
public ackType ack
  Field Value
| Type | Description | 
|---|---|
| ackType | 
capabilities
The capabilities element is transmitted by the In-Vehicle System (IVS) to indicate its capabilities to the PSAP. See Section 9.1.2 of RFC 8147.
Declaration
public capabilitiesType capabilities
  Field Value
| Type | Description | 
|---|---|
| capabilitiesType | 
request
Used in a control block sent by the PSAP to the IVS to request the vehicle to perform an action.
Declaration
public requestType[] request
  Field Value
| Type | Description | 
|---|---|
| requestType[] |