aPDUClass property

  1. @BuiltValueField.new(wireName: r'APDUClass')
String get aPDUClass

Class field of the APDU command (CLA). APDU request for Card Reader device request. For specific card like synchronous card, a private value should be used in accordance to ISO 7816- 4 (private range D0-FE).

Implementation

@BuiltValueField(wireName: r'APDUClass')
String get aPDUClass;