Skip to content

Commit c181cd8

Browse files
committed
Update ScpiServer.cs
1 parent 4e6564f commit c181cd8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

source/TS.NET.Engine/Threads/ScpiServer.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -694,6 +694,7 @@ public void OnUpdateSequence(uint seq)
694694
}
695695
case "SEQNUM?":
696696
{
697+
// The last sequence number sent on the data server socket
697698
return $"{sequence}\n";
698699
}
699700
}

0 commit comments

Comments
 (0)