Пример #1
0
 /// <summary>
 /// Gets the range of memory reach values
 /// </summary>
 /// <param name="start">Start address (inclusive)</param>
 /// <param name="end">End address (inclusive)</param>
 /// <returns>The memory section</returns>
 public byte[] GetReachSection(ushort start, ushort end)
 => TestSet.GetReachSection(start, end);