HamBook – Blame information for rev 9

Subversion Repositories:
Rev:
Rev Author Line No. Line
9 office 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
8 {
9 public enum RadioInformationType
10 {
11 HI_SWR,
12 REC,
13 PLAY,
14 TX_LED,
15 RX_LED
16 }
17 }