BlueLibs documentation

BTScanner.GetDeviceByName Method 

Finds a remote device by DevName name and returns RemoteDevice objects for remote devices with that BT device name.

[Visual Basic]
NotOverridable Public Function GetDeviceByName( _
   ByVal DevName As String _
) As RemoteDevice() _
    Implements IScanner.GetDeviceByName
[C#]
public RemoteDevice[] GetDeviceByName(
   string DevName
);

Parameters

DevName
The remote BT device name to search for.

Return Value

RemoteDevice objects for remote devices with that name.

Implements

IScanner.GetDeviceByName

See Also

BTScanner Class | BlueLibs.Components Namespace