C# Class VixenModules.Output.GenericSerial.Module

Inheritance: ControllerModuleInstanceBase
Afficher le fichier Open project: sall/vixen

Private Properties

Свойство Type Description
CreateSerialPortFromData void
DropExistingSerialPort void
InitModule void
OpenComPort void
RetryTimer_Elapsed void

Méthodes publiques

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

Private Methods

Méthode Description
CreateSerialPortFromData ( ) : void
DropExistingSerialPort ( ) : void
InitModule ( ) : void
OpenComPort ( ) : void
RetryTimer_Elapsed ( object source, ElapsedEventArgs e ) : void

Method Details

Module() public méthode

public Module ( ) : System
Résultat System

Setup() public méthode

public Setup ( ) : bool
Résultat bool

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void

UpdateState() public méthode

public UpdateState ( int chainIndex, ICommand outputStates ) : void
chainIndex int
outputStates ICommand
Résultat void