You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nanoFirmwareFlasher.Library/NanoDeviceOperations.cs
+16-5Lines changed: 16 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,8 @@ public ObservableCollection<NanoDeviceBase> ListDevices()
48
48
/// Gets device details of the requested .NET nanoFramework device.
49
49
/// </summary>
50
50
/// <param name="serialPort">Serial port name where the device is connected to.</param>
51
-
/// <returns>The <see cref="NanoDeviceBase"/> object for the requested device. <see langword="null"/> if there is no .NET nanoFramework device in the specified <paramref name="serialPort"/>.</returns>
51
+
/// <param name="nanoDevice"><see cref="NanoDeviceBase"/> object for the requested device.</param>
52
+
/// <returns>The <see cref="ExitCodes"/> with the operation result.</returns>
0 commit comments