Пример #1
0
 // POST api/Door
 public void Post(string ipAddress, int port, string qrcode)
 {
     client = new ZkemClient(null);
     client.Connect_Net(ipAddress, port);
     if (ValidateQrCode(qrcode))
     {
         client.ACUnlock(1, 3);
     }
 }