An object representing the response from a single GET VAS DATA
command.
SDKs
- iOS 13.0+
- Mac Catalyst 13.0+
Framework
- Core NFC
Declaration
class NFCVASResponse : NSObject
An object representing the response from a single GET VAS DATA
command.
SDKs
Framework
class NFCVASResponse : NSObject
var status: NFCVASResponse .Error Code
A response APDU status code.
enum NFCVASResponse .Error Code
Constants representing APDU status codes for a VAS response.
var vas Data: Data
A data object containing the VAS data.
var mobile Token: Data
A mobile token value.
func reader Session(NFCVASReader Session, did Receive: [NFCVASResponse])
Tells the delegate that the reader session received a VAS response.
Required.