C# Class PHmiIoDevice.Melsec.Implementation.FxCom

Inheritance: FxBase
Show file Open project: phmi/phmi

Public Methods

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

Protected Methods

Method Description
Read ( int length ) : IList
Write ( byte message ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

FxCom() public method

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

Open() public method

public Open ( ) : void
return void

Read() protected method

protected Read ( int length ) : IList
length int
return IList

Write() protected method

protected Write ( byte message ) : void
message byte
return void