System.Tether.TCPProtocol.TTetheringTCPProtocol.GetProtocolType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetProtocolType: TTetheringProtocolType; override;

C++

virtual System::UnicodeString __fastcall GetProtocolType();

Properties

Type Visibility Source Unit Parent
function protected
System.Tether.TCPProtocol.pas
System.Tether.TCPProtocol.hpp
System.Tether.TCPProtocol TTetheringTCPProtocol

Description

Returns the protocol type of TTetheringTCPProtocol ("TCP").

This is a protected function. To obtain the protocol type from outside this class or any of its subclasses, use its ProtocolType property instead.

See Also