C# 클래스 FreeSWITCH.Native.Api

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

보호된 프로퍼티들

프로퍼티 타입 설명
swigCMemOwn bool

공개 메소드들

메소드 설명
Api ( ) : System
Dispose ( ) : void
Execute ( string command, string data ) : string
ExecuteString ( string command ) : string
getTime ( ) : string

비공개 메소드들

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

메소드 상세

Api() 공개 메소드

public Api ( ) : System
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Execute() 공개 메소드

public Execute ( string command, string data ) : string
command string
data string
리턴 string

ExecuteString() 공개 메소드

public ExecuteString ( string command ) : string
command string
리턴 string

getTime() 공개 메소드

public getTime ( ) : string
리턴 string

프로퍼티 상세

swigCMemOwn 보호되어 있는 프로퍼티

protected bool swigCMemOwn
리턴 bool