IP*Works! Bluetooth - Online Help
Available for:
IP*Works! Bluetooth
Questions / Feedback?

LocalHost Property

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

Syntax

[VB.NET]
Public Property LocalHost As String

[C#]
public string LocalHost {get; set;}

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.

Default Value

""

 
 
Copyright (c) 2016 /n software inc. - All rights reserved.
Build 1.0.6093.0