C# Class PluginImport, voxicon

Afficher le fichier Open project: nkrishnaswamy/voxicon Class Usage Examples

Méthodes publiques

Свойство Type Description
port string

Méthodes publiques

Méthode Description
NLParse ( string input ) : string
OnApplicationQuit ( ) : void
OnDestroy ( ) : void
OpenPortInternal ( string port ) : void
SelfHandshakeInternal ( string port ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Méthode 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 méthode

public NLParse ( string input ) : string
input string
Résultat string

OnApplicationQuit() public méthode

public OnApplicationQuit ( ) : void
Résultat void

OnDestroy() public méthode

public OnDestroy ( ) : void
Résultat void

OpenPortInternal() public méthode

public OpenPortInternal ( string port ) : void
port string
Résultat void

SelfHandshakeInternal() public méthode

public SelfHandshakeInternal ( string port ) : void
port string
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

port public_oe property

public string port
Résultat string