CardReaderAPDUResponse class abstract

Content of the Card Reader APDU Response message. It contains the result of the requested service, APDU response sent by the chip of the card in response to the APDU request.

Properties:

  • response - Result of a message request processing.
  • aPDUData - Data field of the APDU command (Lc + Data).
  • cardStatusWords - Status of a smartcard response to a command (SW1-SW2).
Annotations
  • @BuiltValue.new()

Constructors

CardReaderAPDUResponse([void updates(CardReaderAPDUResponseBuilder b)])
factory

Properties

aPDUData String?
Data field of the APDU command (Lc + Data).
no setter
cardStatusWords String
Status of a smartcard response to a command (SW1-SW2).
no setter
hashCode int
The hash code for this object.
no setterinherited
response Response
Result of a message request processing.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(CardReaderAPDUResponseBuilder)) CardReaderAPDUResponse
Rebuilds the instance.
inherited
toBuilder() CardReaderAPDUResponseBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

serializer → Serializer<CardReaderAPDUResponse>
no setter