System.Tether.Manager.TTetheringProtocol.GetProtocolType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetProtocolType: TTetheringProtocolType; virtual; abstract;

C++

virtual System::UnicodeString __fastcall GetProtocolType() = 0 ;

Properties

Type Visibility Source Unit Parent
function protected
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProtocol

Description

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