Data.DBXTransport.TTransportFilter.HandshakeComplete
[–] Properties | |
---|---|
Type: function | |
Visibility: public | |
Source: Data.DBXTransport.pas Data.DBXTransport.hpp
| |
Unit: Data.DBXTransport | |
Parent: TTransportFilter |
Delphi
function HandshakeComplete: Boolean; virtual;
C++
virtual bool __fastcall HandshakeComplete();
Description
Marks the end of the handshake.
The HandshakeComplete method is used to mark the end of the handshake procedure. HandshakeComplete returns True if all parameters match and filter is able to process I/O data, False otherwise.