correctLength property

int get correctLength

The exact length the card expects. 6C00 means 256, by the same convention as StatusWordMoreData.remainingBytes.

Implementation

int get correctLength => statusWord2 == 0 ? 256 : statusWord2;