Exemple #1
0
 /// <summary>
 /// Sets the status of the beep sound property
 /// </summary>
 /// <param name="enable">true if you want enable setting; otherwise, false</param>
 public void SetBeepSoundEnable(bool enable)
 {
     Request(() => mClientV1.ReqSetupPenBeep(enable), () => mClientV2.ReqSetupPenBeep(enable));
 }