If extended length is supported by current connection object
then
CommandApdu
with Extended Length activated may be used with this connection.
Namespace: BasicCard.TerminalsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public abstract bool SupportsExtendedLength { get; } |
Visual Basic |
---|
Public MustOverride ReadOnly Property SupportsExtendedLength As Boolean
Get |
Visual C++ |
---|
public:
virtual property bool SupportsExtendedLength {
bool get () abstract;
} |
F# |
---|
abstract SupportsExtendedLength : bool with get
|
Property Value
Type:
BooleanImplements
IProcessorCardConnection..::..SupportsExtendedLengthRemarks
See Also