C# Class FreeSWITCH.Native.Api

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

Protected Properties

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

Méthodes publiques

Méthode Description
Api ( ) : System
Dispose ( ) : void
Execute ( string command, string data ) : string
ExecuteString ( string command ) : string
getTime ( ) : string

Private Methods

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

Method Details

Api() public méthode

public Api ( ) : System
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Execute() public méthode

public Execute ( string command, string data ) : string
command string
data string
Résultat string

ExecuteString() public méthode

public ExecuteString ( string command ) : string
command string
Résultat string

getTime() public méthode

public getTime ( ) : string
Résultat string

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
Résultat bool