2 using System.Collections.Generic;
6 namespace CLEON_Connector
11 public const int NoErrors = 0;
12 public const int timespanForASamepleIsTooLong = 1;
13 public const int insufficientBatteryCapacity = 2;
14 public const int sampleGapIsShorterThanChunkGap = 3;
15 public const int invalidValue = 4;
16 public const int chunkGapIsTooShort = 5;
17 public const int sampleGapIsShorterThanRequiredMinimum = 6;