System.Tether.Manager.TTetheringTargetHost
Delphi
type TTetheringTargetHost = UnicodeString;
C++
typedef System::UnicodeString TTetheringTargetHost;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
type typedef |
public | System.Tether.Manager.pas System.Tether.Manager.hpp |
System.Tether.Manager | System.Tether.Manager |
Description
A string type that represents a target host address.
Depending on the type of connection that you use for tethering, TTetheringTargetHost may be in any of the following formats:
- If you use an IP network connection: an IP address, for example 192.168.0.1
- If you use a Bluetooth connection: a Bluetooth MAC address or a Bluetooth device name.