Ejemplo n.º 1
0
 public void touch(string data)
 {
     SendInternal(SwitchCommand.TouchString(data));
 }
Ejemplo n.º 2
0
 public void touchHold(string data, int time)
 {
     SendInternal(SwitchCommand.TouchHoldString(data, time));
 }
Ejemplo n.º 3
0
 public void sendPollRate(int pollingRate)
 {
     SendInternal(SwitchCommand.SetPollingRate(pollingRate));
 }