NFCFeliCaTag
An interface for interacting with a FeliCa™ tag.
Declaration
protocol NFCFeliCaTag : NFCNDEFTag, __NFCTagOverview
FeliCa is a trademark of Sony Corporation.
Topics
Specifying System Codes
Getting Current Information
Polling
Requesting Services
requestService(nodeCodeList:completionHandler:)requestServiceV2(nodeCodeList:completionHandler:)EncryptionId
Requesting Responses
Requesting Specification Versions
Requesting System Codes
Resetting Modes
Reading and Writing Without Encryption
readWithoutEncryption(serviceCodeList:blockList:completionHandler:)writeWithoutEncryption(serviceCodeList:blockList:blockData:completionHandler:)
Sending FeliCa Commands
Instance Methods
polling(systemCode:requestCode:timeSlot:resultHandler:)readWithoutEncryption(serviceCodeList:blockList:resultHandler:)requestResponse(resultHandler:)requestService(nodeCodeList:resultHandler:)requestServiceV2(nodeCodeList:resultHandler:)requestSpecificationVersion(resultHandler:)requestSystemCode(resultHandler:)resetMode(resultHandler:)sendFeliCaCommand(commandPacket:resultHandler:)writeWithoutEncryption(serviceCodeList:blockList:blockData:resultHandler:)