System.Tether.Comm.TTetheringCustomComm.FTarget

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

FTarget: string;

C++

System::UnicodeString FTarget;

Properties

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

Description

The last target used for a connection.

Depending on the type of connection that you use for tethering, FTarget may be in any of the following formats:

  • If you use an IP network connection: "host$port", where host can be a hostname or an IP address, and port is a port number.
  • If you use a Bluetooth connection: "MAC$GUID" or "deviceName$GUID", where MAC is the MAC address of the target Bluetooth device.

FTarget is assigned a new value during the last execution of Connect, and it is also used as a connection target in ReConnect.

See Also