mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Write remote information in dump log.
This commit is contained in:
@@ -219,5 +219,13 @@ namespace DiscImageChef.Devices
|
||||
public byte[] Cis { get; }
|
||||
|
||||
private readonly Remote.Remote remote;
|
||||
|
||||
public bool IsRemote => remote != null;
|
||||
public string RemoteApplication => remote?.ServerApplication;
|
||||
public string RemoteVersion => remote?.ServerVersion;
|
||||
public string RemoteOperatingSystem => remote?.ServerOperatingSystem;
|
||||
public string RemoteOperatingSystemVersion => remote?.ServerOperatingSystemVersion;
|
||||
public string RemoteArchitecture => remote?.ServerArchitecture;
|
||||
public int RemoteProtocolVersion => remote?.ServerProtocolVersion ?? 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user