Class NonRtpMediaMessageLogEvent
Data class for the NonRtpMediaMessageLogEvent. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3. Logged when media that is not transported over RTP (MSRP for example) is sent or received.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class NonRtpMediaMessageLogEvent : LogEvent
Constructors
| Edit this page View SourceNonRtpMediaMessageLogEvent()
Default constructor
Declaration
public NonRtpMediaMessageLogEvent()
Properties
| Edit this page View Sourcedirection
Must be set to either "incoming" or "outgoing". Required.
Declaration
public string direction { get; set; }
Property Value
Type | Description |
---|---|
string |
protocol
Must be either "SIP" or "MSRP". See Section 10.22 of NENA-STA-010.3.
Declaration
public string protocol { get; set; }
Property Value
Type | Description |
---|---|
string |
text
Contains the entire text message. Required.
Declaration
public string text { get; set; }
Property Value
Type | Description |
---|---|
string |