예제 #1
0
 /// <summary>
 /// Sets the power-on setting when the pen tip is pressed
 /// </summary>
 /// <param name="enable">true if you want enable setting; otherwise, false</param>
 public void SetAutoPowerOnEnable(bool enable)
 {
     Request(() => mClientV1.ReqSetupPenAutoPowerOn(enable), () => mClientV2.ReqSetupPenAutoPowerOn(enable));
 }