Class DeviceInfoTypeUniqueDeviceID
This data class information that uniquely identifies a device that made an emergency call. See Section 4.3.4 of RFC 7852.
Inherited Members
Namespace: AdditionalData
Assembly: Ng911Lib.dll
Syntax
[Serializable]
public class DeviceInfoTypeUniqueDeviceID
Constructors
| Edit this page View SourceDeviceInfoTypeUniqueDeviceID()
Default constructor. Used for de-serialization using XmlSerializer or to create a new object of this type.
Declaration
public DeviceInfoTypeUniqueDeviceID()
DeviceInfoTypeUniqueDeviceID(XmlNode)
Constructor used when manually parsing a XML document.
Declaration
public DeviceInfoTypeUniqueDeviceID(XmlNode Root)
Parameters
Type | Name | Description |
---|---|---|
XmlNode | Root | Root node containing the XML for this type |
Properties
| Edit this page View SourceTypeOfDeviceID
This attribute identifies the type of device identifier. The values are limited to those specified in Figure 9 of RFC 7852.
Declaration
public string TypeOfDeviceID { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Specifies the device ID. The type of value is specified by the value of the TypeOfDeviceID attribute.
Declaration
public string Value { get; set; }
Property Value
Type | Description |
---|---|
string |