Class EsrpNotify
Data class for the I3 ESRP NOTIFY body. See Section 3.3.3.2.3, Section 4.2.1.6 and Section E.11.1.1 of NENA-STA-010.3.
Inherited Members
Namespace: I3SubNot
Assembly: Ng911Lib.dll
Syntax
public class EsrpNotify
Constructors
| Edit this page View SourceEsrpNotify()
Default constructor.
Declaration
public EsrpNotify()
Properties
| Edit this page View SourceadditionalData
Additional Data included with the call (by value or by reference as provided in the call), or retrieved using the Additional Data associated with a location mechanism, or from an IS-ADR.
Declaration
public string additionalData { get; set; }
Property Value
Type | Description |
---|---|
string |
callLocation
Location included with the call (by value or by reference as provided in the call) Required.
Declaration
public string callLocation { get; set; }
Property Value
Type | Description |
---|---|
string |
Remarks
This string may contain a URI if location is provided by-reference or a PIDF-LO XML document if location is provided by-value.
comment
Comment specified in the Notify Action. Conditional. MUST be present if Comment is specified in the Notify Action.
Declaration
public string comment { get; set; }
Property Value
Type | Description |
---|---|
string |
esrpRule
Identifies the rule that triggered the event Required.
Declaration
public string esrpRule { get; set; }
Property Value
Type | Description |
---|---|
string |
eventCode
Event code specified in Notify Action. Must be one of the values specified in the ESRP Notify Event Code Registry in Section 10.19 of NENA-STA-010.3. Required.
Declaration
public string eventCode { get; set; }
Property Value
Type | Description |
---|---|
string |
queueUri
URI of queue that Notify Action occurred on. Required.
Declaration
public string queueUri { get; set; }
Property Value
Type | Description |
---|---|
string |
urgency
Urgency specified in the Notify Action Required.
Declaration
public int urgency { get; set; }
Property Value
Type | Description |
---|---|
int |