C# Class FreeSWITCH.Native.Event

Inheritance: IDisposable
Afficher le fichier Open project: sangoma/freeswitch Class Usage Examples

Protected Properties

Свойство Type Description
swigCMemOwn bool

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
Event ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( Event obj ) : HandleRef

Method Details

AddBody() public méthode

public AddBody ( string value ) : bool
value string
Résultat bool

AddHeader() public méthode

public AddHeader ( string header_name, string value ) : bool
header_name string
value string
Résultat bool

DeleteHeader() public méthode

public DeleteHeader ( string header_name ) : bool
header_name string
Résultat bool

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Event() public méthode

public Event ( string type, string subclass_name ) : System
type string
subclass_name string
Résultat System

Event() public méthode

public Event ( switch_event wrap_me, int free_me ) : System
wrap_me switch_event
free_me int
Résultat System

Fire() public méthode

public Fire ( ) : bool
Résultat bool

GetBody() public méthode

public GetBody ( ) : string
Résultat string

GetEventType() public méthode

public GetEventType ( ) : string
Résultat string

GetHeader() public méthode

public GetHeader ( string header_name ) : string
header_name string
Résultat string

Serialize() public méthode

public Serialize ( string format ) : string
format string
Résultat string

SetPriority() public méthode

public SetPriority ( switch_priority_t priority ) : bool
priority switch_priority_t
Résultat bool

chat_execute() public méthode

public chat_execute ( string app, string data ) : int
app string
data string
Résultat int

chat_send() public méthode

public chat_send ( string dest_proto ) : int
dest_proto string
Résultat int

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool