Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | NFCFeliCaPollingRequestCodeNoRequest |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | NFCFeliCaPollingRequestCodeSystemCode |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | NFCFeliCaPollingRequestCodeCommunicationPerformance |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | NFCFeliCaPollingRequestCode |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | NFCFeliCaPollingTimeSlotMax1 |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | NFCFeliCaPollingTimeSlotMax2 |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | NFCFeliCaPollingTimeSlotMax4 |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | NFCFeliCaPollingTimeSlotMax18 |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | NFCFeliCaPollingTimeSlotMax16 |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | NFCFeliCaPollingTimeSlot |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | NFCFeliCaEncryptionIdAES |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | NFCFeliCaEncryptionIdAES_DES |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | NFCFeliCaEncryptionId |
Declaration | |
---|---|
From | - (void)pollingWithSystemCode:(NSData *)systemCode requestCode:(PollingRequestCode)requestCode timeSlot:(PollingTimeSlot)timeSlot completionHandler:(void (^)(NSData * _Nonnull, NSData * _Nonnull, NSError * _Nullable))completionHandler |
To | - (void)pollingWithSystemCode:(NSData *)systemCode requestCode:(NFCFeliCaPollingRequestCode)requestCode timeSlot:(NFCFeliCaPollingTimeSlot)timeSlot completionHandler:(void (^)(NSData * _Nonnull, NSData * _Nonnull, NSError * _Nullable))completionHandler |
Declaration | |
---|---|
From | - (void)requestServiceV2WithNodeCodeList:(NSArray<NSData *> *)nodeCodeList completionHandler:(void (^)(NSInteger, NSInteger, EncryptionId, NSArray<NSData *> * _Nonnull, NSArray<NSData *> * _Nonnull, NSError * _Nullable))completionHandler |
To | - (void)requestServiceV2WithNodeCodeList:(NSArray<NSData *> *)nodeCodeList completionHandler:(void (^)(NSInteger, NSInteger, NFCFeliCaEncryptionId, NSArray<NSData *> * _Nonnull, NSArray<NSData *> * _Nonnull, NSError * _Nullable))completionHandler |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | NFCISO15693RequestFlagDualSubCarriers |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | NFCISO15693RequestFlagHighDataRate |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | NFCISO15693RequestFlagProtocolExtension |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | NFCISO15693RequestFlagSelect |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | NFCISO15693RequestFlagAddress |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | NFCISO15693RequestFlagOption |
Declaration | |
---|---|
From | - (void)readSingleBlockWithRequestFlags:(RequestFlag)flags blockNumber:(uint8_t)blockNumber completionHandler:(void (^)(NSData * _Nonnull, NSError * _Nullable))completionHandler |
To | - (void)readSingleBlockWithRequestFlags:(NFCISO15693RequestFlag)flags blockNumber:(uint8_t)blockNumber completionHandler:(void (^)(NSData * _Nonnull, NSError * _Nullable))completionHandler |
Declaration | |
---|---|
From | - (void)writeSingleBlockWithRequestFlags:(RequestFlag)flags blockNumber:(uint8_t)blockNumber dataBlock:(NSData *)dataBlock completionHandler:(void (^)(NSError * _Nullable))completionHandler |
To | - (void)writeSingleBlockWithRequestFlags:(NFCISO15693RequestFlag)flags blockNumber:(uint8_t)blockNumber dataBlock:(NSData *)dataBlock completionHandler:(void (^)(NSError * _Nullable))completionHandler |
Declaration | |
---|---|
From | - (void)lockBlockWithRequestFlags:(RequestFlag)flags blockNumber:(uint8_t)blockNumber completionHandler:(void (^)(NSError * _Nullable))completionHandler |
To | - (void)lockBlockWithRequestFlags:(NFCISO15693RequestFlag)flags blockNumber:(uint8_t)blockNumber completionHandler:(void (^)(NSError * _Nullable))completionHandler |
Declaration | |
---|---|
From | - (void)readMultipleBlocksWithRequestFlags:(RequestFlag)flags blockRange:(NSRange)blockRange completionHandler:(void (^)(NSArray<NSData *> * _Nonnull, NSError * _Nullable))completionHandler |
To | - (void)readMultipleBlocksWithRequestFlags:(NFCISO15693RequestFlag)flags blockRange:(NSRange)blockRange completionHandler:(void (^)(NSArray<NSData *> * _Nonnull, NSError * _Nullable))completionHandler |
Declaration | |
---|---|
From | - (void)writeMultipleBlocksWithRequestFlags:(RequestFlag)flags blockRange:(NSRange)blockRange dataBlocks:(NSArray<NSData *> *)dataBlocks completionHandler:(void (^)(NSError * _Nullable))completionHandler |
To | - (void)writeMultipleBlocksWithRequestFlags:(NFCISO15693RequestFlag)flags blockRange:(NSRange)blockRange dataBlocks:(NSArray<NSData *> *)dataBlocks completionHandler:(void (^)(NSError * _Nullable))completionHandler |
Declaration | |
---|---|
From | - (void)selectWithRequestFlags:(RequestFlag)flags completionHandler:(void (^)(NSError * _Nullable))completionHandler |
To | - (void)selectWithRequestFlags:(NFCISO15693RequestFlag)flags completionHandler:(void (^)(NSError * _Nullable))completionHandler |
Declaration | |
---|---|
From | - (void)resetToReadyWithRequestFlags:(RequestFlag)flags completionHandler:(void (^)(NSError * _Nullable))completionHandler |
To | - (void)resetToReadyWithRequestFlags:(NFCISO15693RequestFlag)flags completionHandler:(void (^)(NSError * _Nullable))completionHandler |
Declaration | |
---|---|
From | - (void)writeAFIWithRequestFlag:(RequestFlag)flags afi:(uint8_t)afi completionHandler:(void (^)(NSError * _Nullable))completionHandler |
To | - (void)writeAFIWithRequestFlag:(NFCISO15693RequestFlag)flags afi:(uint8_t)afi completionHandler:(void (^)(NSError * _Nullable))completionHandler |
Declaration | |
---|---|
From | - (void)lockAFIWithRequestFlag:(RequestFlag)flags completionHandler:(void (^)(NSError * _Nullable))completionHandler |
To | - (void)lockAFIWithRequestFlag:(NFCISO15693RequestFlag)flags completionHandler:(void (^)(NSError * _Nullable))completionHandler |
Declaration | |
---|---|
From | - (void)writeDSFIDWithRequestFlag:(RequestFlag)flags dsfid:(uint8_t)dsfid completionHandler:(void (^)(NSError * _Nullable))completionHandler |
To | - (void)writeDSFIDWithRequestFlag:(NFCISO15693RequestFlag)flags dsfid:(uint8_t)dsfid completionHandler:(void (^)(NSError * _Nullable))completionHandler |
Declaration | Availability | Replacement | |
---|---|---|---|
From | - (void)lockDFSIDWithRequestFlag:(RequestFlag)flags completionHandler:(void (^)(NSError * _Nullable))completionHandler | Available | none |
To | - (void)lockDFSIDWithRequestFlag:(NFCISO15693RequestFlag)flags completionHandler:(void (^)(NSError * _Nullable))completionHandler | Deprecated | lockDSFIDWithRequestFlag:completionHandler: |
Declaration | Availability | Replacement | |
---|---|---|---|
From | - (void)getSystemInfoWithRequestFlag:(RequestFlag)flags completionHandler:(void (^)(NSInteger, NSInteger, NSInteger, NSInteger, NSInteger, NSError * _Nullable))completionHandler | Available | none |
To | - (void)getSystemInfoWithRequestFlag:(NFCISO15693RequestFlag)flags completionHandler:(void (^)(NSInteger, NSInteger, NSInteger, NSInteger, NSInteger, NSError * _Nullable))completionHandler | Deprecated | getSystemInfoAndUIDWithRequestFlag:completionHandler: |
Declaration | |
---|---|
From | - (void)getMultipleBlockSecurityStatusWithRequestFlag:(RequestFlag)flags blockRange:(NSRange)blockRange completionHandler:(void (^)(NSArray<NSNumber *> * _Nonnull, NSError * _Nullable))completionHandler |
To | - (void)getMultipleBlockSecurityStatusWithRequestFlag:(NFCISO15693RequestFlag)flags blockRange:(NSRange)blockRange completionHandler:(void (^)(NSArray<NSNumber *> * _Nonnull, NSError * _Nullable))completionHandler |
Declaration | |
---|---|
From | - (void)customCommandWithRequestFlag:(RequestFlag)flags customCommandCode:(NSInteger)customCommandCode customRequestParameters:(NSData *)customRequestParameters completionHandler:(void (^)(NSData * _Nonnull, NSError * _Nullable))completionHandler |
To | - (void)customCommandWithRequestFlag:(NFCISO15693RequestFlag)flags customCommandCode:(NSInteger)customCommandCode customRequestParameters:(NSData *)customRequestParameters completionHandler:(void (^)(NSData * _Nonnull, NSError * _Nullable))completionHandler |
Declaration | |
---|---|
From | - (void)extendedReadSingleBlockWithRequestFlags:(RequestFlag)flags blockNumber:(NSInteger)blockNumber completionHandler:(void (^)(NSData * _Nonnull, NSError * _Nullable))completionHandler |
To | - (void)extendedReadSingleBlockWithRequestFlags:(NFCISO15693RequestFlag)flags blockNumber:(NSInteger)blockNumber completionHandler:(void (^)(NSData * _Nonnull, NSError * _Nullable))completionHandler |
Declaration | |
---|---|
From | - (void)extendedWriteSingleBlockWithRequestFlags:(RequestFlag)flags blockNumber:(NSInteger)blockNumber dataBlock:(NSData *)dataBlock completionHandler:(void (^)(NSError * _Nullable))completionHandler |
To | - (void)extendedWriteSingleBlockWithRequestFlags:(NFCISO15693RequestFlag)flags blockNumber:(NSInteger)blockNumber dataBlock:(NSData *)dataBlock completionHandler:(void (^)(NSError * _Nullable))completionHandler |
Declaration | |
---|---|
From | - (void)extendedLockBlockWithRequestFlags:(RequestFlag)flags blockNumber:(NSInteger)blockNumber completionHandler:(void (^)(NSError * _Nullable))completionHandler |
To | - (void)extendedLockBlockWithRequestFlags:(NFCISO15693RequestFlag)flags blockNumber:(NSInteger)blockNumber completionHandler:(void (^)(NSError * _Nullable))completionHandler |
Declaration | |
---|---|
From | - (void)extendedReadMultipleBlocksWithRequestFlags:(RequestFlag)flags blockRange:(NSRange)blockRange completionHandler:(void (^)(NSArray<NSData *> * _Nonnull, NSError * _Nullable))completionHandler |
To | - (void)extendedReadMultipleBlocksWithRequestFlags:(NFCISO15693RequestFlag)flags blockRange:(NSRange)blockRange completionHandler:(void (^)(NSArray<NSData *> * _Nonnull, NSError * _Nullable))completionHandler |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | NFCVASModeURLOnly |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | NFCVASModeNormal |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | NFCVASMode |
Declaration | |
---|---|
From | @property (nonatomic, assign) VASMode mode |
To | @property (nonatomic, assign) NFCVASMode mode |
Declaration | |
---|---|
From | - (instancetype)initWithVASMode:(VASMode)mode passTypeIdentifier:(NSString *)passTypeIdentifier url:(NSURL *)url |
To | - (instancetype)initWithVASMode:(NFCVASMode)mode passTypeIdentifier:(NSString *)passTypeIdentifier url:(NSURL *)url |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | NFCVASErrorCodeSuccess |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | NFCVASErrorCodeDataNotFound |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | NFCVASErrorCodeDataNotActivated |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | NFCVASErrorCodeWrongParameters |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | NFCVASErrorCodeWrongLCField |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | NFCVASErrorCodeUserIntervention |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | NFCVASErrorCodeIncorrectData |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | NFCVASErrorCodeUnsupportedApplicationVersion |
Availability | Replacement | |
---|---|---|
From | Available | none |
To | Deprecated | NFCVASErrorCode |
Declaration | |
---|---|
From | @property (nonatomic, readonly, assign) VASErrorCode status |
To | @property (nonatomic, readonly, assign) NFCVASErrorCode status |