C# Class VixenModules.Output.GenericSerial.Module

Inheritance: ControllerModuleInstanceBase
Show file Open project: sall/vixen

Private Properties

Property Type Description
CreateSerialPortFromData void
DropExistingSerialPort void
InitModule void
OpenComPort void
RetryTimer_Elapsed void

Public Methods

Method Description
Module ( ) : System
Setup ( ) : bool
Start ( ) : void
Stop ( ) : void
UpdateState ( int chainIndex, ICommand outputStates ) : void

Private Methods

Method Description
CreateSerialPortFromData ( ) : void
DropExistingSerialPort ( ) : void
InitModule ( ) : void
OpenComPort ( ) : void
RetryTimer_Elapsed ( object source, ElapsedEventArgs e ) : void

Method Details

Module() public method

public Module ( ) : System
return System

Setup() public method

public Setup ( ) : bool
return bool

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

UpdateState() public method

public UpdateState ( int chainIndex, ICommand outputStates ) : void
chainIndex int
outputStates ICommand
return void