aPDUExpectedLength property

  1. @BuiltValueField.new(wireName: r'APDUExpectedLength')
String? get aPDUExpectedLength

Expected length of the data field of the APDU response to the command (Le).

Implementation

@BuiltValueField(wireName: r'APDUExpectedLength')
String? get aPDUExpectedLength;