Get a copy of the apdu lc field. This may be
one (standard length) or multiple bytes (extended length).
Namespace: BasicCard.ProcessorCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
public virtual byte[] LcField { get; } |
Visual Basic |
---|
Public Overridable ReadOnly Property LcField As Byte()
Get |
Visual C++ |
---|
public:
virtual property array<unsigned char>^ LcField {
array<unsigned char>^ get ();
} |
F# |
---|
abstract LcField : byte[] with get
override LcField : byte[] with get |
Property Value
Type:
array<Byte>[]()[][]
See Also