API: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 type of this protocol.

System.Tether.TCPProtocol.TTetheringTCPProtocol.GetProtocolType inherits from System.Tether.Manager.TTetheringProtocol.GetProtocolType. All content below this line refers to System.Tether.Manager.TTetheringProtocol.GetProtocolType.

Returns the type of this protocol.

TTetheringProtocol.GetProtocolType is not implemented because TTetheringProtocol is an abstract class. Subclasses of TTetheringProtocol override and implement GetProtocolType.

See Also