Click or drag to resize

ISIPProtocolLayer Interface

Protocol layer design pattern.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public interface ISIPProtocolLayer

The ISIPProtocolLayer type exposes the following members.

Properties
  NameDescription
Public propertyItsLowerLayer
Lower layer of SIP Stack.
Public propertyItsUpperLayer
Upper layer of SIP Stack.
Top
Methods
  NameDescription
Public methodHandleMessage
Handle the message in this layer.
Public methodTransmitMessage
Transmit some message from this layer.
Top
Remarks
http://www.eventhelix.com/realtimemantra/patterncatalog/protocol_layer.htm
See Also