SSPC-Tester/Driver/PCIE8586/Pcie8586Probe/Models/RecordingResult.cs

9 lines
187 B
C#

namespace Pcie8586Probe.Models;
public sealed record RecordingResult(
SampleBlock Block,
string BasePath,
string BinaryPath,
string MetadataPath,
TimeSpan Duration);