Data.DBXCommon.TDBXCommunicationLayer.CommunicationTimeout
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Data.DBXCommon.pas Data.DBXCommon.hpp
| |
Unit: Data.DBXCommon | |
Parent: TDBXCommunicationLayer |
Delphi
property CommunicationTimeout: Integer read FCommunicationTimeout write FCommunicationTimeout;
C++
__property int CommunicationTimeout = {read=FCommunicationTimeout, write=FCommunicationTimeout, nodefault};
Description
Maximum number of milliseconds for a data packet to be received.
Use CommunicationTimeout to set or get the maximum number of milliseconds for a data packet to be received. Exceeding the timeout means that the correspondent partner is considered to be closed. A value of zero means an indefinite wait for the connection to be established.