mirror of
https://gitlab.com/fabinfra/fabaccess/nfc.git
synced 2025-03-12 14:51:51 +01: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();
|
|||
|
// }
|
|||
|
// }
|
|||
|
//}
|