C# 클래스 FreeSWITCH.Native.Event

상속: IDisposable
파일 보기 프로젝트 열기: sangoma/freeswitch 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
AddBody ( string value ) : bool
AddHeader ( string header_name, string value ) : bool
DeleteHeader ( string header_name ) : bool
Dispose ( ) : void
Event ( string type, string subclass_name ) : System
Event ( switch_event wrap_me, int free_me ) : System
Fire ( ) : bool
GetBody ( ) : string
GetEventType ( ) : string
GetHeader ( string header_name ) : string
Serialize ( string format ) : string
SetPriority ( switch_priority_t priority ) : bool
chat_execute ( string app, string data ) : int
chat_send ( string dest_proto ) : int

비공개 메소드들

메소드 설명
Event ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( Event obj ) : HandleRef

메소드 상세

AddBody() 공개 메소드

public AddBody ( string value ) : bool
value string
리턴 bool

AddHeader() 공개 메소드

public AddHeader ( string header_name, string value ) : bool
header_name string
value string
리턴 bool

DeleteHeader() 공개 메소드

public DeleteHeader ( string header_name ) : bool
header_name string
리턴 bool

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Event() 공개 메소드

public Event ( string type, string subclass_name ) : System
type string
subclass_name string
리턴 System

Event() 공개 메소드

public Event ( switch_event wrap_me, int free_me ) : System
wrap_me switch_event
free_me int
리턴 System

Fire() 공개 메소드

public Fire ( ) : bool
리턴 bool

GetBody() 공개 메소드

public GetBody ( ) : string
리턴 string

GetEventType() 공개 메소드

public GetEventType ( ) : string
리턴 string

GetHeader() 공개 메소드

public GetHeader ( string header_name ) : string
header_name string
리턴 string

Serialize() 공개 메소드

public Serialize ( string format ) : string
format string
리턴 string

SetPriority() 공개 메소드

public SetPriority ( switch_priority_t priority ) : bool
priority switch_priority_t
리턴 bool

chat_execute() 공개 메소드

public chat_execute ( string app, string data ) : int
app string
data string
리턴 int

chat_send() 공개 메소드

public chat_send ( string dest_proto ) : int
dest_proto string
리턴 int

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool