API changes - 1.43 |
+ public void AppendSkyWritingMode( SkyWritingMode mode )
- public static CommandList FromString( string commandList )
+ public static CommandList FromString( string listText )
- public virtual string ToString( )
- SKYWRITING_ENABLE
+ SKYWRITING_MODE
- SKWE
+ SKWM
+ public CommandCode CommandCode { get; }
+ public CommandPostConverterAttribute( CommandCode commandCode )
+ public CommandPostConverterAttribute( CommandCodeAcronym commandCodeAcronym )
+ public CommandCode CommandCode { get; }
+ public CommandPreConverterAttribute( CommandCode commandCode )
+ public CommandPreConverterAttribute( CommandCodeAcronym commandCodeAcronym )
- public Dictionary<IOPort, PortConfig> Ports { get; }
+ public SortedDictionary<IOPort, PortConfig> Ports { get; }
- public IODirection[] Directions
+ public IODirection[] Directions { get; set; }
- public Int32[] Functions
+ public Int32[] Functions { get; set; }
- public Polarity[] Polarities
+ public Polarity[] Polarities { get; set; }
+ Disabled
+ ForceAtStartFinish
+ MinimumCoH
- public bool Enable { get; set; }
+ public SkyWritingMode Mode { get; set; }