C# Class PluginImport, voxicon

显示文件 Open project: nkrishnaswamy/voxicon Class Usage Examples

Public Properties

Property Type Description
port string

Public Methods

Method Description
NLParse ( string input ) : string
OnApplicationQuit ( ) : void
OnDestroy ( ) : void
OpenPortInternal ( string port ) : void
SelfHandshakeInternal ( string port ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
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

Method Details

NLParse() public method

public NLParse ( string input ) : string
input string
return string

OnApplicationQuit() public method

public OnApplicationQuit ( ) : void
return void

OnDestroy() public method

public OnDestroy ( ) : void
return void

OpenPortInternal() public method

public OpenPortInternal ( string port ) : void
port string
return void

SelfHandshakeInternal() public method

public SelfHandshakeInternal ( string port ) : void
port string
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

port public_oe property

public string port
return string