HamBook – Diff between revs 9 and 11
?pathlinks?
Rev 9 | Rev 11 | |||
---|---|---|---|---|
Line 12... | Line 12... | |||
12 | namespace HamBook.Radios.Yaesu.FT_891.CAT |
12 | namespace HamBook.Radios.Yaesu.FT_891.CAT |
|
13 | { |
13 | { |
|
14 | [Radio("Yaesu FT-891")] |
14 | [Radio("Yaesu FT-891")] |
|
15 | public class AB : Generic.CAT.AB |
15 | public class AB : Generic.CAT.AB |
|
16 | { |
16 | { |
|
- | 17 | public override CatLength CatLength => new CatLength { Set = 3 }; |
||
- | 18 | |
||
17 | public AB(SerialPortStream serialPort) : base(serialPort) |
19 | public AB(SerialPortStream serialPort) : base(serialPort) |
|
18 | { |
20 | { |
|
19 | } |
21 | } |
|
Line 20... | Line -... | |||
20 | |
- | ||
21 | public override CatLength CatLength => new CatLength { Set = 3 }; |
- | ||
22 | |
22 | |
|
23 | public override void Set() |
23 | public override void Set() |
|
24 | { |
24 | { |
|
25 | SerialPort.Write($"{Name}{Generic.Constants.EOT}"); |
25 | SerialPort.Write($"{Name}{Generic.Constants.EOT}"); |
|
26 | } |
26 | } |