BlueLibs documentation

IScanner.GetDeviceList Method 

Returns a list of scanned remote devices

[Visual Basic]
Function GetDeviceList() As RemoteDevice()
[C#]
RemoteDevice[] GetDeviceList();

Return Value

DeviceInfo array of the remote devices. BT library scanners returns an array of BTDeviceInfo objects

See Also

IScanner Interface | BlueLibs.Comm Namespace