C# Class Animatroller.Framework.LogicalDevice.SingleOwnerOutputDevice

Inheritance: SingleOwnerDevice, IHasMasterPower
Mostrar archivo Open project: HakanL/animatroller

Protected Properties

Property Type Description
inputMasterPower IObserver

Public Methods

Method Description
SetInitialState ( ) : void
SingleOwnerOutputDevice ( string name ) : System

Method Details

SetInitialState() public method

public SetInitialState ( ) : void
return void

SingleOwnerOutputDevice() public method

public SingleOwnerOutputDevice ( string name ) : System
name string
return System

Property Details

inputMasterPower protected_oe property

protected IObserver inputMasterPower
return IObserver