Data.DBXTransport.TTransportFilter.HandshakeComplete

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function HandshakeComplete: Boolean; virtual;

C++

virtual bool __fastcall HandshakeComplete();

Properties

Type Visibility Source Unit Parent
function public
Data.DBXTransport.pas
Data.DBXTransport.hpp
Data.DBXTransport TTransportFilter

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.

See Also