BlueLibs documentation

DeviceScanner.GetDeviceByName Method 

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

[Visual Basic]
MustOverride Public Function GetDeviceByName( _
   ByVal name As String _
) As RemoteDevice()
[C#]
public abstract RemoteDevice[] GetDeviceByName(
   string name
);

Parameters

name
list of devices in range with given name

Return Value

array of found devices

See Also

DeviceScanner Class | BlueLibs.Comm Namespace