C# Class PHmiIoDevice.Melsec.Implementation.FxCom

Inheritance: FxBase
Afficher le fichier Open project: phmi/phmi

Méthodes publiques

Méthode Description
Dispose ( ) : void
FxCom ( SerialPort port, int timeout, int messageEndTimeout ) : System.Collections.Generic
Open ( ) : void

Méthodes protégées

Méthode Description
Read ( int length ) : IList
Write ( byte message ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

FxCom() public méthode

public FxCom ( SerialPort port, int timeout, int messageEndTimeout ) : System.Collections.Generic
port System.IO.Ports.SerialPort
timeout int
messageEndTimeout int
Résultat System.Collections.Generic

Open() public méthode

public Open ( ) : void
Résultat void

Read() protected méthode

protected Read ( int length ) : IList
length int
Résultat IList

Write() protected méthode

protected Write ( byte message ) : void
message byte
Résultat void