Class CallbackType
This data component is used to exchange information about how to contact the Incident’s reporting parties. See Section 2.11 NENA-STA-021.1a-2022
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Eido
Assembly: EidoLib.dll
Syntax
public class CallbackType : PrologueType
Properties
callBackInformationUri
Information that enables agents and responders to call back.URI(s) found in the P-Asserted-Identity header if provided, else the URI in the From header.
Declaration
public List<string> callBackInformationUri { get; set; }
Property Value
Type | Description |
---|---|
List<System.String> |
deviceContactHeader
Content of the device contact header. Information that enables agents and responders to possibly reach (call back) the device that initiated the call.
Declaration
public string deviceContactHeader { get; set; }
Property Value
Type | Description |
---|---|
System.String |
updatedCbn
Identifies additional telephone numbers and SIP equivalents that can be used to contact.
Declaration
public UpdatedCBNType updatedCbn { get; set; }
Property Value
Type | Description |
---|---|
UpdatedCBNType |