C# Class Animatroller.DMXrecorder.AcnRecorder

Inheritance: IRecorder
Afficher le fichier Open project: HakanL/animatroller Class Usage Examples

Méthodes publiques

Méthode Description
AcnRecorder ( OutputProcessor writer, int universes ) : System
Dispose ( ) : void
StartRecord ( ) : void
StopRecord ( ) : void

Private Methods

Méthode Description
AcnSocket_NewPacket ( object sender, Acn e ) : void

Method Details

AcnRecorder() public méthode

public AcnRecorder ( OutputProcessor writer, int universes ) : System
writer OutputProcessor
universes int
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

StartRecord() public méthode

public StartRecord ( ) : void
Résultat void

StopRecord() public méthode

public StopRecord ( ) : void
Résultat void