HamBook – Diff between revs 41 and 46

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 41 Rev 46
Line 7... Line 7...
7   7  
8 namespace HamBook.Radios.Yaesu.FT_891 8 namespace HamBook.Radios.Yaesu.FT_891
9 { 9 {
10 public class Constants 10 public class Constants
-   11 {
11 { 12 public static char EOT = ';';
Line 12... Line 13...
12 public static Encoding Encoding => Encoding.ASCII; 13 public static Encoding Encoding => Encoding.ASCII;
Line 13... Line 14...
13   14  
Line 14... Line 15...
14 public const char UNKNOWN_COMMAND_RESPONSE = '?'; 15 public const char UNKNOWN_COMMAND_RESPONSE = '?';
Line 15... Line 16...
15   16  
Line 16... Line 17...
16 public const int BUFFER_SIZE = 4096; 17 public const int BUFFER_SIZE = 4096;
Line 17... Line 18...
17   18  
Line 18... Line 19...
18 public const int POWER_ON_DELAY = 1500; 19 public const int POWER_ON_DELAY = 1500;
Line 19... Line 20...
19   20  
20 public const int TIME_TO_WARM = 5000; 21 public const int TIME_TO_WARM = 5000;