Package org.robovm.apple.corenfc
Interface NFCMiFareTag
- All Superinterfaces:
NFCNDEFTag,NFCTag,NSCoding,NSObjectProtocol,NSSecureCoding,ObjCProtocol
public interface NFCMiFareTag extends NFCTag, NFCNDEFTag
- Since:
- Available in iOS 13.0 and later.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.robovm.apple.corenfc.NFCTag
NFCTag.AsListMarshaller -
Method Summary
Modifier and Type Method Description NSDatagetHistoricalBytes()NSDatagetIdentifier()NFCMiFareFamilygetMifareFamily()voidsendMiFareCommand(NSData command, VoidBlock2<NSData,NSError> completionHandler)voidsendMiFareISO7816Command(NFCISO7816APDU apdu, VoidBlock4<NSData,Byte,Byte,NSError> completionHandler)Methods inherited from interface org.robovm.apple.corenfc.NFCNDEFTag
isAvailable, queryNDEFStatus, readNDEF, writeLock, writeNDEFMethods inherited from interface org.robovm.apple.corenfc.NFCTag
asNFCFeliCaTag, asNFCISO15693Tag, asNFCISO7816Tag, asNFCMiFareTag, getSession, getType, isAvailable
-
Method Details
-
getMifareFamily
NFCMiFareFamily getMifareFamily()- Since:
- Available in iOS 13.0 and later.
-
getIdentifier
NSData getIdentifier()- Since:
- Available in iOS 13.0 and later.
-
getHistoricalBytes
NSData getHistoricalBytes()- Since:
- Available in iOS 13.0 and later.
-
sendMiFareCommand
- Since:
- Available in iOS 13.0 and later.
-
sendMiFareISO7816Command
void sendMiFareISO7816Command(NFCISO7816APDU apdu, VoidBlock4<NSData,Byte,Byte,NSError> completionHandler)- Since:
- Available in iOS 13.0 and later.
-