General code style and feature fixes.

This commit is contained in:
2022-11-15 01:35:06 +00:00
parent 47965f0584
commit bd3fe7bd4e
94 changed files with 460 additions and 478 deletions

View File

@@ -75,6 +75,7 @@ public sealed partial class Device : Devices.Device
/// <summary>Opens the device for sending direct commands</summary>
/// <param name="aaruUri">AaruRemote URI</param>
/// <param name="errno">Sets the error if a device cannot be opened</param>
/// <returns>Device</returns>
internal static Device Create(Uri aaruUri, out ErrorNumber errno)
{