Discovers accessible Bluetooth devices and returns their names and addresses.


Namespace: PalmSens.Comm.Streams
Assembly: PalmSens (in PalmSens.dll)

Syntax

Visual Basic (Declaration)
Public Shared Function GetAvailableDevices( _ 
   ByVal usecache As Boolean _ 
) As String()
C#
public static string[] GetAvailableDevices(
   bool usecache
)
C++
public:
 static array<String>^ GetAvailableDevices(
   bool usecache
)
J#
public static string[] GetAvailableDevices(
   bool usecache
)
JScript
public static  function GetAvailableDevices(
   usecache : bool
) : String[]

Parameters

usecache
Whether to use the cached list of devices.

Return Value

An array of BluetoothDeviceInfo objects describing the devices discovered.

See Also