NFCNdefReaderSession Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Subclass of NFCReaderSession that works with NFC Data Exchange Format (NDEF) tags.
[Foundation.Register("NFCNDEFReaderSession", true)]
public class NFCNdefReaderSession : CoreNFC.NFCReaderSession
[<Foundation.Register("NFCNDEFReaderSession", true)>]
type NFCNdefReaderSession = class
inherit NFCReaderSession
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| NFCNdefReaderSession(INFCNdefReaderSessionDelegate, DispatchQueue, Boolean) | |
| NFCNdefReaderSession(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| NFCNdefReaderSession(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| AlertMessage |
Gets or sets a user-meaningful message describing the application's use of NFC. (Inherited from NFCReaderSession) |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| DebugDescription | (Inherited from NSObject) |
| Delegate |
An instance of the CoreNFC.INFCReaderSessionDelegate model class which acts as the class delegate. (Inherited from NFCReaderSession) |
| Description | (Inherited from NSObject) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsDirectBinding | (Inherited from NSObject) |
| IsProxy | (Inherited from NSObject) |
| ReadingAvailable |
Gets whether the device supports NFC tag reading. |
| Ready |
Gets whether the session is ready to detect and read NFC tags. (Inherited from NFCReaderSession) |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| SessionQueue |
Gets the DispatchQueue on which the NFC detection and reading is performed. (Inherited from NFCReaderSession) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| Zone | (Inherited from NSObject) |