HamBook – Blame information for rev 54
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
54 | office | 1 | namespace HamBook.Radios.Generic |
3 | office | 2 | { |
3 | public class Information |
||
4 | { |
||
5 | public int RadioBank { get; set; } |
||
6 | |||
7 | public int Frequency { get; set; } |
||
8 | |||
9 | public ClarifierDirection ClarifierDirection { get; set; } |
||
10 | |||
11 | public int ClarifierOffset { get; set; } |
||
12 | |||
15 | office | 13 | public bool Clar { get; set; } |
3 | office | 14 | |
15 | public RadioMode RadioMode { get; set; } |
||
16 | |||
17 | public RadioStorage Storage { get; set; } |
||
18 | |||
46 | office | 19 | public Ctcss Ctcss { get; set; } |
3 | office | 20 | |
46 | office | 21 | public Phase Phase { get; set; } |
3 | office | 22 | } |
54 | office | 23 | } |