System.Tether.Manager.TTetheringProfile.CheckProtocolAdapter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Returns True if the specified combination of protocol type and adapter type is supported by your profile. It returns False otherwise.

See Also