示例#1
0
 public void SetMode(RigMode mode, long width, int vfo)
 {
     lock (lockObj)
     {
         rig.SetMode(mode, width, vfo);
     }
 }