init(data:)
Creates an APDU object with the data buffer containing the full APDU.
Declaration
init?(data: Data)Parameters
- data:
A data buffer containing the full APDU.
Return Value
A newly initialized APDU object.
Creates an APDU object with the data buffer containing the full APDU.
init?(data: Data)A data buffer containing the full APDU.
A newly initialized APDU object.