Exemplo n.º 1
0
 public void Reset()
 {
     ResetDevice.Set reset = new ResetDevice.Set();
     foreach (var socket in sockets)
     {
         socket.SendRdm(reset, Address, Id);
     }
 }
Exemplo n.º 2
0
 public void Reset()
 {
     ResetDevice.Set reset = new ResetDevice.Set();
     socket.SendRdm(reset, Address, Id);
 }