mirror of
https://gitlab.com/fabinfra/fabaccess/nfc.git
synced 2025-05-11 04:03:26 +02:00
25 lines
492 B
C#
25 lines
492 B
C#
//using System;
|
|
//using NFC.Interfaces;
|
|
//using CoreNFC;
|
|
|
|
//namespace NFC_iOS
|
|
//{
|
|
// public class Hardware_iOS : IHardware
|
|
// {
|
|
// public bool IsAvailable()
|
|
// {
|
|
// return NFCReaderSession.ReadingAvailable;
|
|
// }
|
|
|
|
// public String[] GetReaders()
|
|
// {
|
|
// return new String[] { "main" };
|
|
// }
|
|
|
|
// public IReader OpenReader(String readerID)
|
|
// {
|
|
// return new Reader_iOS();
|
|
// }
|
|
// }
|
|
//}
|