System.Tether.Comm.TTetheringCustomServerComm.FTarget

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

System::UnicodeString FTarget;

Properties

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

Description

The last target used for an incoming connection.

Depending on the type of connection you use for tethering, it may be a port (in IP network connection) or a GUID (in Bluetooth connection).

You can see different uses of FTarget in the classes that inherit TTetheringCustomServerComm, such as:

See Also