C# 클래스 PluginImport, voxicon

파일 보기 프로젝트 열기: nkrishnaswamy/voxicon 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
port string

공개 메소드들

메소드 설명
NLParse ( string input ) : string
OnApplicationQuit ( ) : void
OnDestroy ( ) : void
OpenPortInternal ( string port ) : void
SelfHandshakeInternal ( string port ) : void
Start ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
ClosePort ( string id ) : bool
OpenPort ( string id ) : bool
Process ( ) : IntPtr
PythonCall ( string scriptsPath, string module, string function, string args, int numArgs ) : IntPtr
SelfHandshake ( string port ) : void

메소드 상세

NLParse() 공개 메소드

public NLParse ( string input ) : string
input string
리턴 string

OnApplicationQuit() 공개 메소드

public OnApplicationQuit ( ) : void
리턴 void

OnDestroy() 공개 메소드

public OnDestroy ( ) : void
리턴 void

OpenPortInternal() 공개 메소드

public OpenPortInternal ( string port ) : void
port string
리턴 void

SelfHandshakeInternal() 공개 메소드

public SelfHandshakeInternal ( string port ) : void
port string
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

port 공개적으로 프로퍼티

public string port
리턴 string