BaseStation.ItemDescriber Namespace
CAS.DataPorter.Configurator Namespace
CAS.Lib.CommonBus Namespace
CAS.Lib.CommonBus.ApplicationLayer Namespace
CAS.Lib.CommonBus.CommunicationLayer Namespace
CAS.Lib.DeviceSimulator Namespace
CAS.NetworkConfigLib Namespace
Object-Oriented Internet Process-Observer

ProtocolParameters..::..MaxNumberOfRetries Property

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

Namespace:  CAS.Lib.CommonBus.ApplicationLayer
Assembly:  CommServer.CommonBus (in CommServer.CommonBus.dll)

Syntax


[DescriptionAttribute]
public ushort MaxNumberOfRetries { get; set; }
<DescriptionAttribute> _
Public Property MaxNumberOfRetries As UShort
	Get
	Set
[DescriptionAttribute]
public:
property unsigned short^ MaxNumberOfRetries {
	unsigned short^ get ();
	void set (unsigned short^ value);
}