Esempio n. 1
0
        public void InitiatorInit()
        {
            var result = Libnfc.InitiatorInit(devicePointer);

            if (result < 0)
            {
                Perror("nfc_initiator_init");
                throw new Exception("nfc_initiator_init");
            }
        }