namespace PLC.Siemens.Protocol.Common { public enum CodeControl { // Control codes Unknown = 0, ColdStart = 1, // Cold start WarmStart = 2, // Warm start Stop = 3, // Stop Compress = 4, // Compress CpyRamRom = 5, // Copy Ram to Rom InsDel = 6, // Insert in working ram the block downloaded } }