Click or drag to resize

API changes - 1.43

RAYLASE.SPICE3.ClientLib.dll
  public class RAYLASE.SPICE3.ClientLib.CommandList

+ public void AppendSkyWritingMode( SkyWritingMode mode )
- public static CommandList FromString( string commandList )
+ public static CommandList FromString( string listText )

RAYLASE.SPICE3.dll
  public class RAYLASE.SPICE3.AdapterBoardConfig

- public virtual string ToString( )

  public enum RAYLASE.SPICE3.CommandCode

- SKYWRITING_ENABLE
+ SKYWRITING_MODE

  public enum RAYLASE.SPICE3.CommandCodeAcronym

- SKWE
+ SKWM

public class RAYLASE.SPICE3.CommandConverter.CommandPostConverterAttribute

+ public CommandCode CommandCode { get; }
+ public CommandPostConverterAttribute( CommandCode commandCode )
+ public CommandPostConverterAttribute( CommandCodeAcronym commandCodeAcronym )

public class RAYLASE.SPICE3.CommandConverter.CommandPostConverterAttributes

public class RAYLASE.SPICE3.CommandConverter.CommandPreConverterAttribute

+ public CommandCode CommandCode { get; }
+ public CommandPreConverterAttribute( CommandCode commandCode )
+ public CommandPreConverterAttribute( CommandCodeAcronym commandCodeAcronym )

public class RAYLASE.SPICE3.CommandConverter.CommandPreConverterAttributes

  public class RAYLASE.SPICE3.GpioConfig

- public Dictionary<IOPort, PortConfig> Ports { get; }
+ public SortedDictionary<IOPort, PortConfig> Ports { get; }

  public class RAYLASE.SPICE3.PortConfig

- public IODirection[] Directions
+ public IODirection[] Directions { get; set; }
- public Int32[] Functions
+ public Int32[] Functions { get; set; }
- public Polarity[] Polarities
+ public Polarity[] Polarities { get; set; }

public enum RAYLASE.SPICE3.SkyWritingMode

+ Disabled
+ ForceAtStartFinish
+ MinimumCoH

  public class RAYLASE.SPICE3.SkyWritingSettings

- public bool Enable { get; set; }
+ public SkyWritingMode Mode { get; set; }

  public class RAYLASE.SPICE3.TraceBufferConfig

  public class RAYLASE.SPICE3.TraceBufferConfig0

  public class RAYLASE.SPICE3.TraceBufferConfig1

  public class RAYLASE.SPICE3.TraceBufferConfig3