System.Tether.Manager.TTetheringProtocol

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTTetheringProtocol

Delphi

TTetheringProtocol = class

C++

class PASCALIMPLEMENTATION DECLSPEC_DRTTI TTetheringProtocol : 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

Base class for tethering protocols.

A protocol is an object that is associated with a connection to a remote profile. The instances of TTetheringProtocol in your application represent your end in a connection to a remote profile.

Profiles use protocols to send and receive data from remote profiles.

Profiles automatically create instances of globally-registered protocols that they can use. You do not need to create instances of protocols manually. You usually do not interact with the protocols of a profile directly either, as you can access the most part of the functionality of a protocol using members from the profile class.

Currently there is one implementation of TTetheringProtocol:

See Also