If extended length is supported by current connection object then CommandApdu with Extended Length activated may be used with this connection.

Namespace: BasicCard.Terminals
Assembly: 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: Boolean

Implements

IProcessorCardConnection..::..SupportsExtendedLength

Remarks

Note that this does not mean necessarily, that Extended Length is supported by inserted card. It only means it is supported by card reader.

See Also