API:System.Tether.TCPProtocol.TTetheringTCPProtocol

From RAD Studio API Documentation
Jump to: navigation, search

System.Tether.Manager.TTetheringProtocolSystem.TObjectTTetheringTCPProtocol

Delphi

TTetheringTCPProtocol = class(TTetheringProtocol)

C++

class PASCALIMPLEMENTATION DECLSPEC_DRTTI TTetheringTCPProtocol : public System::Tether::Manager::TTetheringProtocol

Properties

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

Description

Base class for tethering protocols.

System.Tether.TCPProtocol.TTetheringTCPProtocol inherits from System.Tether.Manager.TTetheringProtocol. All content below this line refers to System.Tether.Manager.TTetheringProtocol.

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