System.Tether.Manager.TTetheringProtocol.GetProtocolType

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function GetProtocolType: TTetheringProtocolType; virtual; abstract;

C++

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

Propriétés

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


Description

Renvoie le type de ce protocole.

TTetheringProtocol.GetProtocolType n'est pas implémenté car TTetheringProtocol est une classe abstraite. Les sous-classes de TTetheringProtocol redéfinissent et implémentent GetProtocolType.

Voir aussi