C# Class OSAE.OSAPubNub.OSAPUBNUB

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

Méthodes publiques

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

Private Methods

Méthode Description
DisplaySubscribeConnectStatusMessage ( string publishResult ) : void
Load_Settings ( ) : void
PubNubError ( PubnubClientError error ) : void
PubNubSubscribeSuccess ( string publishResult ) : void
SubscribePubNubMessages ( ) : void

Method Details

OwnTypes() public méthode

public OwnTypes ( ) : void
Résultat void

ProcessCommand() public méthode

public ProcessCommand ( OSAEMethod method ) : void
method OSAEMethod
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