C# Class ImageClassifier.SerialPortManager

Manager for serial port data
Inheritance: IDisposable
Afficher le fichier Open project: GemHunt/CoinSorter Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
StartListening ( ) : void

Connects to a serial port defined through the current settings

StopListening ( ) : void

Closes the serial port

Toggle ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
_serialPort_DataReceived ( object sender, System.IO.Ports.SerialDataReceivedEventArgs e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

StartListening() public méthode

Connects to a serial port defined through the current settings
public StartListening ( ) : void
Résultat void

StopListening() public méthode

Closes the serial port
public StopListening ( ) : void
Résultat void

Toggle() public méthode

public Toggle ( ) : void
Résultat void