Esempio n. 1
0
        /// <summary>
        /// Moves card to card bin
        /// </summary>
        public void PrinterBinCard()
        {
            if (hsmartprinterid != 0)
            {
                Int32 nres2;
                nres2 = SmartComm2.SmartComm_CardOut(hsmartprinterid);
                if (printerresponse == SmartComm2.SM_SUCCESS)
                {
                    printerresponse = nres2;
                }

                printerStatus = "Card has been Binned";
                SetPrinterStatus(nres2);
            }
        }