Data.DbxSocketChannelNative.TDBXSocketChannel.GetChannelInfo

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

function GetChannelInfo: TDBXChannelInfo; override;

C++

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

Description

Returns specific information about the communication channel.

Data.DbxSocketChannelNative.TDBXSocketChannel.GetChannelInfo inherits from Data.DBXTransport.TDbxChannel.GetChannelInfo. All content below this line refers to Data.DBXTransport.TDbxChannel.GetChannelInfo.

Returns specific information about the communication channel.

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

See Also