leWrongLength static method

dynamic leWrongLength(
  1. int exactLength
)

Implementation

static leWrongLength(int exactLength) {
  // Indicates wrong length of Le field. The SW2 indicates the exact length.
  return StatusWord(sw1: sw1WrongLengthWithExactLength, sw2: exactLength);
}