C# Class ModbusAction.NModbusRtuSingleCoilChecker

Inheritance: ICustomChecker
Exibir arquivo Open project: noant/Pyrite

Private Properties

Property Type Description

Public Methods

Method Description
BeginUserSettings ( ) : bool
NModbusRtuSingleCoilChecker ( ) : System
Refresh ( ) : void

Protected Methods

Method Description
ConfigureMaster ( ) : IModbusSerialMaster
ConfigurePort ( ) : SerialPort

Method Details

BeginUserSettings() public method

public BeginUserSettings ( ) : bool
return bool

ConfigureMaster() protected method

protected ConfigureMaster ( ) : IModbusSerialMaster
return IModbusSerialMaster

ConfigurePort() protected method

protected ConfigurePort ( ) : SerialPort
return System.IO.Ports.SerialPort

NModbusRtuSingleCoilChecker() public method

public NModbusRtuSingleCoilChecker ( ) : System
return System

Refresh() public method

public Refresh ( ) : void
return void