C# Class FreeSWITCH.Native.DTMF

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

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
DTMF ( char idigit, uint iduration ) : System
Dispose ( ) : void

Private Methods

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

Method Details

DTMF() public method

public DTMF ( char idigit, uint iduration ) : System
idigit char
iduration uint
return System

Dispose() public method

public Dispose ( ) : void
return void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool