C# 클래스 TSystems.RELOAD.Usage.SipRegistration

상속: IUsage
파일 보기 프로젝트 열기: RELOAD-NET/RELOAD.NET 1 사용 예제들

공개 메소드들

메소드 설명
AppProcedure ( MessageTransport transport, List fetchKindResponses ) : void
Create ( int type ) : IUsage
DataModel ( ) : ReloadGlobals.DataModel
Encapsulate ( System.Boolean exists ) : StoredDataValue
FromReader ( ReloadMessage rm, BinaryReader reader, long usage_size ) : IUsage

This method reads deserializes a SipRegistration datagramm from incomming bytes.

Report ( ) : string
SipRegistration ( UsageManager manager ) : System

Use this constructor just to have a SipRegistration object.

dump ( BinaryWriter writer ) : UInt32

This method serializes the datagramm of a SipRegistration.

비공개 메소드들

메소드 설명
SipRegistration ( String contact_prefs, List destination_list, UsageManager manager ) : System
SipRegistration ( String sip_uri, UsageManager manager ) : System

If the registration is of type "sip_registration_uri", then the contents are an opaque string containing the URI.

URIanalysis ( string sipURI ) : string

메소드 상세

AppProcedure() 공개 메소드

public AppProcedure ( MessageTransport transport, List fetchKindResponses ) : void
transport TSystems.RELOAD.Transport.MessageTransport
fetchKindResponses List
리턴 void

Create() 공개 메소드

public Create ( int type ) : IUsage
type int
리턴 IUsage

DataModel() 공개 메소드

public DataModel ( ) : ReloadGlobals.DataModel
리턴 ReloadGlobals.DataModel

Encapsulate() 공개 메소드

public Encapsulate ( System.Boolean exists ) : StoredDataValue
exists System.Boolean
리턴 TSystems.RELOAD.Storage.StoredDataValue

FromReader() 공개 메소드

This method reads deserializes a SipRegistration datagramm from incomming bytes.
public FromReader ( ReloadMessage rm, BinaryReader reader, long usage_size ) : IUsage
rm TSystems.RELOAD.Transport.ReloadMessage The ReloadMessage helper class
reader System.IO.BinaryReader The incomming byte stream reader
usage_size long Size of the Usage datagramm.
리턴 IUsage

Report() 공개 메소드

public Report ( ) : string
리턴 string

SipRegistration() 공개 메소드

Use this constructor just to have a SipRegistration object.
public SipRegistration ( UsageManager manager ) : System
manager UsageManager
리턴 System

dump() 공개 메소드

This method serializes the datagramm of a SipRegistration.
public dump ( BinaryWriter writer ) : UInt32
writer System.IO.BinaryWriter The writer containing the whole RELOAD message.
리턴 System.UInt32