System.Tether.Manager.TTetheringProfile.CheckProtocolAdapter

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

function CheckProtocolAdapter(const AProtocolType: TTetheringProtocolType; const AnAdapterType: TTetheringAdapterType): Boolean; virtual;

C++

virtual bool __fastcall CheckProtocolAdapter(const System::UnicodeString AProtocolType, const System::UnicodeString AnAdapterType);

Propriétés

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


Description

Renvoie True si la combinaison spécifiée de type de protocole et type d'adaptateur est supportée par votre profil. Elle renvoie False sinon.

Voir aussi