Data.DBXCommon.TDBXCommunicationLayer.CommunicationTimeout

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property CommunicationTimeout: Integer read FCommunicationTimeout write FCommunicationTimeout;

C++

__property int CommunicationTimeout = {read=FCommunicationTimeout, write=FCommunicationTimeout, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXCommunicationLayer

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.

See Also