HamBook – Blame information for rev 54

Subversion Repositories:
Rev:
Rev Author Line No. Line
54 office 1 namespace HamBook.Radios.Generic
35 office 2 {
3 public enum TxState
4 {
5 NONE,
6 OFF = 0,
7 ON = 1
8 }
54 office 9 }