Dynamsoft Barcode Reader for Mac v.4.2 Dynamsoft Barcode Reader enables developers to expedite the creation of applications for the recognition of 1D barcode formats. It is available on both Windows and Mac, supporting various programming languages such as C++, C#, Java, ASP.NET, VB etc. Other patent applications include a fairly self-explanatory RFID reader embedded in a touch screen, and a fingerprint identification system that could not only be used for security, but to.
Detect NFC tags and read messages that contain NDEF data.
Overview
Your app can read tags to give users more information about their physical environment and the real-world objects in it. Using Core NFC, you can read Near Field Communication (NFC) tags of types 1 through 5 that contain data in the NFC Data Exchange Format (NDEF). For example, your app might give users information about products they find in a store or exhibits they visit in a museum.
Note
Core NFC is not available for use in app extensions, and it requires a device that supports Near Field Communication. To determine if support is available, check the readingAvailable
class property before starting a reader session.
Topics
Allow users to scan NFC tags without an app using background tag reading.
property list key NFCReaderUsageDescription
A message that tells the user why the app is requesting access to the device’s NFC hardware.
Create a reader session to scan and detect NFC tags.
class NFCNDEFReaderSession
A reader session for detecting NFC Data Exchange Format (NDEF) tags.
class NFCTagReaderSession
A reader session for detecting ISO7816, ISO15693, FeliCa, and MIFARE tags.
Betaclass NFCVASReaderSession
A reader session for processing Value Added Service (VAS) tags.
Betaclass NFCReaderSession
Rfid Reader App For Windows
The abstract base class that represents a reader session for detecting NFC tags.
protocol NFCReaderSessionProtocol
A general interface for interacting with a reader session.
Near Field Communication Tag Reader Session Formats EntitlementThe Near Field Communication data formats the app is allowed to read.
Rfid Reader Software Mac
Read tag data, and save data to writable tags, by using the appropriate tag type interface.
Creating NFC Tags from Your iPhoneSave data to tags, and interact with them using native tag protocols.
protocol NFCISO7816Tag
An interface for interacting with an ISO 7816 tag.
Betaprotocol NFCISO15693Tag
An interface for interacting with an ISO 15693 tag.
protocol NFCFeliCaTag
Betaprotocol NFCMiFareTag
Betaprotocol NFCNDEFTag
Betaclass NFCTagCommandConfiguration
A set of parameters you use to define the configuration of an NFC tag command.
class NFCNDEFMessage
An NFC NDEF message consisting of an array of payload records.
class NFCNDEFPayload
struct NFCReaderError
An error type that indicates problems with reader sessions or tags.
let NFCTagResponseUnexpectedLengthErrorKey: String
A user-information dictionary key that indicates an invalid received response packet length.
BetaBeta Software
This documentation contains preliminary information about an API or technology in development. This information is subject to change, and software implemented according to this documentation should be tested with final operating system software.
Learn more about using Apple's beta software