Provides the length Lr of an ISO 7816-4 response APDU. This is the actual length of the
data field returned by GetData.
Namespace:
CardWerk.SmartCard
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Assembly: CardWerk.SmartCard (in CardWerk.SmartCard.dll)
Public ReadOnly Property Lr() As Integer
This language is not supported or no code example is available.
public int Lr {get;}
This language is not supported or no code example is available.
Property Value
Type: intDepending on whether a data field was included in the response APDU, this value ranges from zero up to MAXEXTENDEDLR = 65536 (command with extended length field). A length of zero means that no data field is present.