Esempio n. 1
0
 public NfcContext()
 {
     Libnfc.Init(out contextPointer);
     if (contextPointer == IntPtr.Zero)
     {
         throw new Exception("Unable to init libnfc (malloc)");
     }
 }