The BasicCardResponse type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | CheckSW1SW2 |
Check if response status word SW1SW2 signals a successful operation.
|
![]() | Clone |
Clone this object.
(Inherited from ResponseApdu.) |
![]() | Equals |
Check if this CommandAPDU is equal to specified object.
(Inherited from ResponseApdu.) |
![]() | Fetch24BitInteger |
Get next 24 Bit Integer from BasicCardResponse.
(Overrides ResponseApdu..::..Fetch24BitInteger()()()().) |
![]() | FetchBasicByte |
Get next BasicCard Byte (.Net Byte, C# byte, Visual Basic Byte) from BasicCardResponse.
|
![]() | FetchBasicInteger |
Get next BasicCard Integer (.Net Int16, C# short, Visual Basic Short) from BasicCardResponse.
|
![]() | FetchBasicLong |
Get next BasicCard Long (.Net Int32, C# int, Visual Basic Integer) from BasicCardResponse.
|
![]() | FetchBasicSingle |
Get next BasicCard Single (.Net Single, C# float, Visual Basic Single) from BasicCardResponse.
|
![]() | FetchBasicString |
Get next (final) BasicCard String from BasicCardResponse.
|
![]() | FetchBasicStringN |
Get next BasicCard String*N from BasicCardResponse.
|
![]() | FetchByte |
Read a byte from current position.
(Inherited from ResponseApdu.) |
![]() | FetchBytes |
Read multiple bytes from current position.
(Inherited from ResponseApdu.) |
![]() | FetchInt |
Read an integer from current position.
(Inherited from ResponseApdu.) |
![]() | FetchLong |
Read a long from current position.
(Inherited from ResponseApdu.) |
![]() | FetchShort |
Read a short from current position.
(Inherited from ResponseApdu.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode |
Get hash code for this object.
(Inherited from ResponseApdu.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | IsSW1SW2Ok(Int32) | |
![]() ![]() | IsSW1SW2Ok(StatusWord) | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Reset |
Reset position for fetch methods to 0.
(Inherited from ResponseApdu.) |
![]() | ToString |
Get this CommandAPDU as string (hexadecimal dump of byte content).
(Inherited from ResponseApdu.) |