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

SerialSetingsRow..::..sendTimeoutMultiplier Property

Namespace:  CAS.NetworkConfigLib
Assembly:  CommServer.DAServerConfiguration (in CommServer.DAServerConfiguration.dll)

Syntax


[DebuggerNonUserCodeAttribute]
[GeneratedCodeAttribute]
public ulong sendTimeoutMultiplier { get; set; }
<DebuggerNonUserCodeAttribute> _
<GeneratedCodeAttribute> _
Public Property sendTimeoutMultiplier As ULong
	Get
	Set
[DebuggerNonUserCodeAttribute]
[GeneratedCodeAttribute]
public:
property unsigned long long^ sendTimeoutMultiplier {
	unsigned long long^ get ();
	void set (unsigned long long^ value);
}