Пример #1
0
 public BNI()
 {
     try
     {
         this.LEDStatus          = 0x00;
         this.readerList         = bni.getListReader();
         this.selectedReader     = this.readerList[0]; // PICC selected
         this.acr123u.readerName = this.readerList[0];
         RCList = TKHelper.ParseRCJsonFileToDictionary(Properties.Resources.BNIListRC);
         InitializeSAM();
         GC.Collect();
         GC.WaitForPendingFinalizers();
     }
     catch (Exception ex)
     {
         Console.WriteLine(ex.Message);
     }
 }