The BasicCardResponse type exposes the following members.

Methods

  NameDescription
Public methodCheckSW1SW2
Check if response status word SW1SW2 signals a successful operation.
Public methodClone
Clone this object.
(Inherited from ResponseApdu.)
Public methodEquals
Check if this CommandAPDU is equal to specified object.
(Inherited from ResponseApdu.)
Public methodFetch24BitInteger
Get next 24 Bit Integer from BasicCardResponse.
(Overrides ResponseApdu..::..Fetch24BitInteger()()()().)
Public methodFetchBasicByte
Get next BasicCard Byte (.Net Byte, C# byte, Visual Basic Byte) from BasicCardResponse.
Public methodFetchBasicInteger
Get next BasicCard Integer (.Net Int16, C# short, Visual Basic Short) from BasicCardResponse.
Public methodFetchBasicLong
Get next BasicCard Long (.Net Int32, C# int, Visual Basic Integer) from BasicCardResponse.
Public methodFetchBasicSingle
Get next BasicCard Single (.Net Single, C# float, Visual Basic Single) from BasicCardResponse.
Public methodFetchBasicString
Get next (final) BasicCard String from BasicCardResponse.
Public methodFetchBasicStringN
Get next BasicCard String*N from BasicCardResponse.
Public methodFetchByte
Read a byte from current position.
(Inherited from ResponseApdu.)
Public methodFetchBytes
Read multiple bytes from current position.
(Inherited from ResponseApdu.)
Public methodFetchInt
Read an integer from current position.
(Inherited from ResponseApdu.)
Public methodFetchLong
Read a long from current position.
(Inherited from ResponseApdu.)
Public methodFetchShort
Read a short from current position.
(Inherited from ResponseApdu.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Get hash code for this object.
(Inherited from ResponseApdu.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberIsSW1SW2Ok(Int32)
Public methodStatic memberIsSW1SW2Ok(StatusWord)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodReset
Reset position for fetch methods to 0.
(Inherited from ResponseApdu.)
Public methodToString
Get this CommandAPDU as string (hexadecimal dump of byte content).
(Inherited from ResponseApdu.)

See Also