BlueLibs documentation

DeviceScanner.GetDeviceList Method 

This method retrieves the list of all devices in range. Searching is filtered by the properties of the object

[Visual Basic]
MustOverride Public Function GetDeviceList() As RemoteDevice()
[C#]
public abstract RemoteDevice[] GetDeviceList();

Return Value

list of devices in range

See Also

DeviceScanner Class | BlueLibs.Comm Namespace