Data.DBXTransportFilter.TDBXFilterSocketChannel.GetChannelInfo

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: function
Visibility: protected
Source:
Data.DBXTransportFilter.pas
Data.DBXTransportFilter.hpp
Unit: Data.DBXTransportFilter
Parent: TDBXFilterSocketChannel

Delphi

function GetChannelInfo: TDBXChannelInfo; override;

C++

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

Description

Returns specific information about the delegate channel.

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

See Also