114
Class Documentation
Parameters
serviceCode
Service Code list. Each service code must be be 2 bytes
blockList
Block list.
data
Block to write. Must be 16 bytes.
statusFlag
Status flag response as explained in FeliCA Lite-S User's Manual, Section 4.5
Returns
RETURN_CODE: Values can be parsed with errorCode.getErrorString()
13.7.2.69
- (RETURN_CODE) felica_writeWithMac: (int)
blockNumber
data:(NSData
∗
)
data
FeliCa Write with MAC Generation
Writes a block with MAC Generation. FeliCa Authentication must be performed first
NOTE: The reader must be in Pass Through Mode for FeliCa commands to work.
Parameters
blockNumber
Number of block
data
Block to write. Must be 16 bytes.
Returns
RETURN_CODE: Values can be parsed with errorCode.getErrorString()
13.7.2.70
- (RETURN_CODE) icc_exchangeAPDU: (NSData
∗
)
dataAPDU
response:(
APDUResponse
∗∗
)
response
Exchange APDU (unencrypted)
Sends an APDU packet to the ICC. If successful, response is returned in APDUResult class instance in response
parameter.
Parameters
dataAPDU
APDU data packet
response
Unencrypted/encrypted parsed APDU response
Returns
RETURN_CODE: Return codes listed as typedef enum in IDTCommon:RETURN_CODE. Values can be
parsed with
13.7.2.71
- (RETURN_CODE) icc_getICCReaderStatus: (
ICCReaderStatus
∗∗
)
readerStatus
Get Reader Status
Returns the reader status
#80152504-001 IDTech iOS SDK Guide for NEO2