Allow using extended length APDU?
Namespace: BasicCard.BasicCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public bool AllowExtendedLength { get; set; } |
Visual Basic |
---|
Public Property AllowExtendedLength As Boolean Get Set |
Visual C++ |
---|
public: property bool AllowExtendedLength { bool get (); void set (bool value); } |
F# |
---|
member AllowExtendedLength : bool with get, set |