Ejemplo n.º 1
0
 public uint GetCtcss(int vfo)
 {
     lock (lockObj)
     {
         return(rig.GetCTCSS(vfo));
     }
 }