C# Class OSAE.KillAWatt.KillAWatt

Inheritance: OSAEPluginBase
Mostra file Open project: opensourceautomation/Open-Source-Automation

Public Methods

Method Description
ProcessCommand ( OSAEMethod method ) : void
RunInterface ( string pluginName ) : void
Shutdown ( ) : void

Private Methods

Method Description
GetPowerCollection ( int address ) : OSAE.KillAWatt.PowerCollection
interval ( ) : void
parsePacket ( OSAE.KillAWatt.xbeePacket packet ) : void
xb_xbeePacketReceived ( OSAE.KillAWatt.xbeePacket xbp ) : void

Method Details

ProcessCommand() public method

public ProcessCommand ( OSAEMethod method ) : void
method OSAEMethod
return void

RunInterface() public method

public RunInterface ( string pluginName ) : void
pluginName string
return void

Shutdown() public method

public Shutdown ( ) : void
return void