PalmSens SDK Class Library

BluetoothComm.GetAvailableDevices Method (Boolean)

Discovers accessible Bluetooth devices and returns their names and addresses.

[Visual Basic]
Overloads Public Shared Function GetAvailableDevices( _
   ByVal usecache As Boolean _
) As String()
[C#]
public static string[] GetAvailableDevices(
   bool usecache
);

Parameters

usecache
Whether to use the cached list of devices.

Return Value

An array of BluetoothDeviceInfo objects describing the devices discovered.

See Also

BluetoothComm Class | PalmSens.Comm Namespace | BluetoothComm.GetAvailableDevices Overload List