IPWorks Bluetooth 2020 Delphi Edition

Questions / Feedback?

LocalHost Property

The address of the Bluetooth device through which connections are initiated or accepted.

Syntax

property LocalHost: String read get_LocalHost write set_LocalHost;

Default Value

''

Remarks

The LocalHost property contains the address of the Bluetooth device.

In hosts with multiple Bluetooth devices setting LocalHost to the address of a device will make the component initiate connections (or accept in the case of server components) only through that device.

If the component is connected, the LocalHost property shows the Bluetooth address of the interface through which the connection is made in the standard hex encoded, colon separated format (00:02:72:C6:64:B7).

NOTE: LocalHost is not persistent. You must always set it in code, and never in the property window.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Bluetooth 2020 Delphi Edition - Version 20.0 [Build 7941]