init(bytes:)
Initializes a TKSmartCardATR object from a provided data object.
Declaration
init?(bytes: Data)Parameters
- bytes:
The ATR data to be parsed.
Return Value
A TKSmartCardATR object initialized with the parsed data. If bytes does not contain a valid ATR, returns nil.