CAS.CommServer.DataProvider.MODBUSCore Namespace
CAS.CommServer.DataProvider.TextReader Namespace
CAS.Lib.CommonBus.ApplicationLayer Namespace
N:CAS.Lib.CommonBus.ApplicationLayer.Modbus
CAS.Lib.CommonBus.ApplicationLayer.Modbus Namespace
CAS.Lib.CommonBus.ApplicationLayer.SBUS Namespace
ProcessObserver.DataProviders

TextReaderProtocolParameters..::..MaxNumberOfRetries Property

Gets and sets maximum number of retries this station will try.

Namespace:  CAS.CommServer.DataProvider.TextReader
Assembly:  DataProvider.TextReader (in DataProvider.TextReader.dll)

Syntax


[DescriptionAttribute]
[DisplayNameAttribute]
public int MaxNumberOfRetries { get; set; }
<DescriptionAttribute> _
<DisplayNameAttribute> _
Public Property MaxNumberOfRetries As Integer
	Get
	Set
[DescriptionAttribute]
[DisplayNameAttribute]
public:
property int^ MaxNumberOfRetries {
	int^ get ();
	void set (int^ value);
}