protocols
An array of protocols indicated in the ATR
Declaration
var protocols: [NSNumber] { get }Discussion
Each element in the returned array is an NSNumber object containing an NSUInteger value corresponding to a member of the TKSmartCardProtocol enumeration.
The returned protocols are ordered such that the default protocol is at index 0, and any duplicate values are removed.