System.Tether.Manager.TTetheringProtocols

From RAD Studio API Documentation
Jump to: navigation, search

Error: Image is invalid or non-existent.

Delphi

TTetheringProtocols = class

C++

class PASCALIMPLEMENTATION DECLSPEC_DRTTI TTetheringProtocols : public System::TObject

Properties

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

Description

Keeps a list of protocol types and the protocol classes associated with them, and allows you to create an instance of a protocol class given its protocol type.

To add or remove protocol types from the list, you can register protocol types with an associated protocol class, or unregister previously-registered types.

See Also