Data.DBXTransportFilter.TDBXFilterSocketChannel.GetChannelInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetChannelInfo: TDBXChannelInfo; override;

C++

virtual Data::Dbxtransport::TDBXChannelInfo* __fastcall GetChannelInfo();

Properties

Type Visibility Source Unit Parent
function protected
Data.DBXTransportFilter.pas
Data.DBXTransportFilter.hpp
Data.DBXTransportFilter TDBXFilterSocketChannel

Description

Returns specific information about the delegate channel.

The GetChannelInfo method returns the ID and information of the delegate channel.

See Also