C# Class FreeSWITCH.Native.Api

Inheritance: IDisposable
显示文件 Open project: sangoma/freeswitch Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Api ( ) : System
Dispose ( ) : void
Execute ( string command, string data ) : string
ExecuteString ( string command ) : string
getTime ( ) : string

Private Methods

Method Description
Api ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( Api obj ) : HandleRef

Method Details

Api() public method

public Api ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

Execute() public method

public Execute ( string command, string data ) : string
command string
data string
return string

ExecuteString() public method

public ExecuteString ( string command ) : string
command string
return string

getTime() public method

public getTime ( ) : string
return string

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool