Contents

NFCReaderSession

The abstract base class that represents a reader session for detecting NFC tags.

Declaration

class NFCReaderSession

Overview

You do not create instances of this class. Instead, you create and use an instance of NFCNDEFReaderSession or NFCTagReaderSession. Only one reader session of any type can be active in the system at a time. The system puts additional sessions in a queue and processes them in FIFO order.

Topics

Determining Tag Reading Capability

Working with a Session

See Also

Reader sessions