System.Tether.Manager.TTetheringProfiles.UnRegisterProfileProtocolAdapter

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

class procedure UnRegisterProfileProtocolAdapter(const AProfileType: TTetheringProfileType;
const AProtocol: TTetheringProtocolType; const AnAdapter: TTetheringAdapterType);

C++

__classmethod void __fastcall UnRegisterProfileProtocolAdapter(const TTetheringProfileType AProfileType, const TTetheringProtocolType AProtocol, const TTetheringAdapterType AnAdapter);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProfiles

Description

Unregisters a previously-registered combination of profile type, protocol type, and adapter type.

See Also