Click or drag to resize

API changes - 1.25

RAYLASE.Marker.Device.dll
  public class RAYLASE.Marker.Device.ScanController.BaseScanController

+ public abstract Guid PrepareEnhancedCommand( int head, IDictionary<Axes, uint[]> commandsMap, int delay, IOPortCondition condition, Guid? parentListGuid )

  public class RAYLASE.Marker.Device.ScanHead.BaseScanHead

- public Func<IDictionary<Axes, uint>, int, IOPortCondition, Guid?, Guid> PrepareSendEnhancedDelegate { get; set; }
+ public Func<IDictionary<Axes, UInt32[]>, int, IOPortCondition, Guid?, Guid> PrepareSendEnhancedDelegate { get; set; }