Click or drag to resize
ISIPProtocolLayer Interface
Protocol layer design pattern.

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

The ISIPProtocolLayer type exposes the following members.

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