API:System.Tether.TCPProtocol.TTetheringTCPProtocol

From RAD Studio API Documentation

TTetheringTCPProtocolSystem.Tether.Manager.TTetheringProtocolSystem.TObject

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. {{#multireplace:System.Tether.TCPProtocol.TTetheringTCPProtocol|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.Tether.Manager.TTetheringProtocol|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.Tether.Manager.TTetheringProtocol|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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