ScanDeviceManager GetDeviceFriendlyName
Gets the friendly name for the given device
public string GetDeviceFriendlyName(string deviceUniqueName) |
Return value
string | Friendly name of the device |
Parameters
string | deviceUniqueName | The unique name of the device. |
Example
Copy
scanDeviceManager.Connect(selectedDeviceUniqueName);
string friendlyName = scanDeviceManager.GetDeviceFriendlyName(selectedDeviceUniqueName);