ProtocolParameters..::..ResponseTimeOut Property
Gets and sets maximum response time this station is willing to wait in ms.
Namespace:
CAS.Lib.CommonBus.ApplicationLayerAssembly: CommServer.CommonBus (in CommServer.CommonBus.dll)
Syntax
[DescriptionAttribute] public uint ResponseTimeOut { get; set; }
<DescriptionAttribute> _ Public Property ResponseTimeOut As UInteger Get Set
[DescriptionAttribute] public: property unsigned int^ ResponseTimeOut { unsigned int^ get (); void set (unsigned int^ value); }