C# Class ClientApp.Communication

Afficher le fichier Open project: projectgroepA1/ProjectgroepA1 Class Usage Examples

Méthodes publiques

Свойство Type Description
port System.IO.Ports.SerialPort

Méthodes publiques

Méthode Description
Communication ( string com ) : System
sendCommand ( string command ) : void

Private Methods

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

Method Details

Communication() public méthode

public Communication ( string com ) : System
com string
Résultat System

sendCommand() public méthode

public sendCommand ( string command ) : void
command string
Résultat void

Property Details

port public_oe property

public SerialPort,System.IO.Ports port
Résultat System.IO.Ports.SerialPort