C# Class OSAE.Jabber.Jabber

Inheritance: OSAEPluginBase
Afficher le fichier Open project: opensourceautomation/Open-Source-Automation

Méthodes publiques

Méthode Description
Ask_Question ( string address ) : void
OwnTypes ( ) : void
ProcessCommand ( OSAEMethod method ) : void
Question_Answered ( string answer ) : void
RunInterface ( string pluginName ) : void
Shutdown ( ) : void

Private Methods

Méthode Description
connect ( ) : void
oRecognizer_SpeechRecognized ( object sender, System e ) : void
sendMessage ( string name, string address, string message ) : void
xmppCon_OnAuthError ( object sender, agsXMPP e ) : void
xmppCon_OnClose ( object sender ) : void
xmppCon_OnError ( object sender, Exception ex ) : void
xmppCon_OnLogin ( object sender ) : void
xmppCon_OnMessage ( object sender, agsXMPP msg ) : void
xmppCon_OnPresence ( object sender, agsXMPP pres ) : void
xmppCon_OnRosterEnd ( object sender ) : void
xmppCon_OnRosterItem ( object sender, agsXMPP item ) : void
xmppCon_OnRosterStart ( object sender ) : void

Method Details

Ask_Question() public méthode

public Ask_Question ( string address ) : void
address string
Résultat void

OwnTypes() public méthode

public OwnTypes ( ) : void
Résultat void

ProcessCommand() public méthode

public ProcessCommand ( OSAEMethod method ) : void
method OSAEMethod
Résultat void

Question_Answered() public méthode

public Question_Answered ( string answer ) : void
answer string
Résultat void

RunInterface() public méthode

public RunInterface ( string pluginName ) : void
pluginName string
Résultat void

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void