System.Tether.Comm.TTetheringCustomServerComm.FTarget

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

FTarget: string; // In network is a port, in bluetooth is a GUID

C++

System::UnicodeString FTarget;

Propriétés

Type Visibilité  Source Unité  Parent
field protected
System.Tether.Comm.pas
System.Tether.Comm.hpp
System.Tether.Comm TTetheringCustomServerComm


Description

La dernière cible utilisée pour une connexion entrante.

Selon le type de connexion que vous utilisez pour le tethering, il peut s'agir d'un port (connexion réseau IP) ou d'un GUID (connexion Bluetooth).

Différentes utilisations de FTarget sont visibles dans les classes qui héritent de TTetheringCustomServerComm, comme :

Voir aussi