C# Class Com.Enterprisecoding.RobosapienKinect.VoiceCommands.VoiceCommandBase

Afficher le fichier Open project: fatihboy/Robosapien

Méthodes publiques

Méthode Description
Execute ( ) : void
VoiceCommandBase ( string command ) : System

Méthodes protégées

Méthode Description
TransmitCommand ( string command ) : void

Method Details

Execute() public abstract méthode

public abstract Execute ( ) : void
Résultat void

TransmitCommand() protected méthode

protected TransmitCommand ( string command ) : void
command string
Résultat void

VoiceCommandBase() public méthode

public VoiceCommandBase ( string command ) : System
command string
Résultat System