HamBook – Diff between revs 9 and 54

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 9 Rev 54
Line 1... Line -...
1 using System; -  
2 using System.Collections.Generic; -  
3 using System.Linq; -  
4 using System.Text; -  
5 using System.Threading.Tasks; -  
6   -  
7 namespace HamBook.Radios.Generic 1 namespace HamBook.Radios.Generic
8 { 2 {
9 public enum RadioInformationType 3 public enum RadioInformationType
10 { 4 {
11 HI_SWR, 5 HI_SWR,
12 REC, 6 REC,
13 PLAY, 7 PLAY,
14 TX_LED, 8 TX_LED,
15 RX_LED 9 RX_LED
16 } 10 }
17 } 11 }
18   12