PN532WrongFirmwareException constructor

PN532WrongFirmwareException({
  1. required List<int> firmwareResponse,
})

Implementation

PN532WrongFirmwareException({
  required this.firmwareResponse,
}) : super(
          information:
              "The first 6 bytes of the response should match:\n$firmwareResponse - the received firmware response.\n$pn532Ack - the firmware response should be");