Class MessageLogEvent
Data class for the MessageLogEvent. See Sections 4.12.3.7 and E.8.1 of NENA-STA-010.3. Logged when a SIP MESSAGE request is sent or received.
Inherited Members
Namespace: I3V3.LogEvents
Assembly: Ng911Lib.dll
Syntax
public class MessageLogEvent : LogEvent
  Properties
| Edit this page View Sourcedirection
Must be either incoming or outgoing. Required.
Declaration
public string direction { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
text
Contains the text of the SIP MESSAGE method. Required.
Declaration
public string text { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string |