IPWorks Bluetooth 2020 C++ Builder Edition

Questions / Feedback?

LocalHost Property

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

Syntax

__property String LocalHost = { read=FLocalHost, write=FSetLocalHost };

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.

Data Type

String

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