System.Tether.Manager.TTetheringProtocol.ProtocolType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ProtocolType: TTetheringProtocolType read GetProtocolType;

C++

__property System::UnicodeString ProtocolType = {read=GetProtocolType};

Properties

Type Visibility Source Unit Parent
property public
System.Tether.Manager.pas
System.Tether.Manager.hpp
System.Tether.Manager TTetheringProtocol

Description

Type of this protocol.

TTetheringProtocol.ProtocolType is not implemented because TTetheringProtocol is an abstract class. Subclasses of TTetheringProtocol override and implement GetProtocolType.

See Also