Access to the length field Lc of an ISO 7816-4 command APDU. This is the actual length of
the data field.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Public ReadOnly Property Lc() As Integer
This language is not supported or no code example is available.
public int Lc {get;}
This language is not supported or no code example is available.
Property Value
Type: intDepending on whether the command APDU uses short or extended length fields the range of this value is from zero up to 255 (short length field) or 65535 (extended length field). A length of zero means that no data field and no length field Lc is present.