Contents

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.

See Also

Creating an APDU Object