Class ProvidedBy
Class for managing the emergency call data when it is passed in the provided-by element of a geopriv object in the PIDF-LO.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
public class ProvidedBy
Constructors
| Edit this page View SourceProvidedBy()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public ProvidedBy()
ProvidedBy(XmlNode)
Constructor used when manually parsing a XML document.
Declaration
public ProvidedBy(XmlNode Root)
Parameters
Type | Name | Description |
---|---|---|
XmlNode | Root | Root node containing the XML for this type |
Fields
| Edit this page View SourcedataReferencesField
Contains an array of ByRefType objects that contains references to Additonal Call Data.
Declaration
public ByRefType[] dataReferencesField
Field Value
Type | Description |
---|---|
ByRefType[] |
dataValuesField
Contains elements of Additional Call Data by value.
Declaration
public EmergencyCallDataValueType dataValuesField
Field Value
Type | Description |
---|---|
EmergencyCallDataValueType |