Contents

NFCISO15693Tag

An interface for interacting with an ISO 15693 tag.

Declaration

protocol NFCISO15693Tag : NFCNDEFTag, __NFCTag

Overview

The NFCTagReaderSessionDelegate receives an object that conforms to the NFCISO15693Tag protocol when the NFCTagReaderSession detects an ISO 15693-compatible tag. For the delegate to receive the tag object, your app must include the Near Field Communication Tag Reader Session Formats Entitlement.

For the reader session to read and write data to the tag, it must be available to the reader session. Use the isAvailable property to check the tag’s availability.

Topics

Getting Tag Information

Selecting Request Flag Options

Getting System Information

Sending Single Block Commands

Sending Multi-block Commands

Sending Application Family Identifier Commands

Sending Data Storage Format Identifier Commands

Sending Reset to Ready Command

Sending Select Command

Sending Stay Quiet Command

Sending Custom Commands

Sending Extended Commands

Getting Response Errors

Instance Methods

See Also

Tag types