System.Tether.Manager.TTetheringProtocol.GetProtocolType

De RAD Studio API Documentation
Révision datée du 25 août 2014 à 14:19 par Simona.craciun (discussion | contributions) (1 version : Aug. 8, 2014 FR-only translation package. LOC-15987)
(diff) ← Version précédente | Voir la version actuelle (diff) | Version suivante → (diff)
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