HamBook – Blame information for rev 46
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
46 | office | 1 | |
2 | using System; |
||
3 | using System.Collections.Generic; |
||
4 | using System.Linq; |
||
5 | using System.Text; |
||
6 | using System.Threading.Tasks; |
||
7 | |||
8 | namespace HamBook.Radios.Generic |
||
9 | { |
||
10 | public enum PhaseMode |
||
11 | { |
||
12 | Simplex = 0, |
||
13 | PlusShift, |
||
14 | MinusShift |
||
15 | } |
||
16 | } |