This object is passed to the applications when the media engine detects a parse error associated with a received SIP message. Passed to application software via the SipReceivedSipMessageParseError immediate event.

Namespace:  LanScape
Assembly:  LMEVoipManaged (in LMEVoipManaged.dll) Version: 6.0.5226.26700

Syntax

C#
public class SIP_MESSAGE_PARSE_IMMEDIATE_DATA : IDisposable
Visual Basic (Declaration)
Public Class SIP_MESSAGE_PARSE_IMMEDIATE_DATA _
	Implements IDisposable
Visual C++
public ref class SIP_MESSAGE_PARSE_IMMEDIATE_DATA : IDisposable
J#
public class SIP_MESSAGE_PARSE_IMMEDIATE_DATA implements IDisposable

Inheritance Hierarchy

System..::.Object
  LanScape..::.VoipMediaEngine..::.SIP_MESSAGE_PARSE_IMMEDIATE_DATA

See Also