The ProcessorCardAtr type exposes the following members.

Constructors

  NameDescription
Public methodProcessorCardAtr
Constructs a ProcessorCardATR.

Methods

  NameDescription
Public methodClone
Create a shallow copy.
(Inherited from Atr.)
Public methodEquals(array<Byte>[]()[][])
Check if specified bytes are equal to this ATR.
(Inherited from Atr.)
Public methodEquals(Object)
True if obj contains another instance of an ATR object with same content.
(Inherited from Atr.)
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 methodGetBytes()()()()
Get copy of all ATR bytes.
(Inherited from Atr.)
Public methodGetBytes(Int32, Int32)
Get copy of ATR bytes.
(Inherited from Atr.)
Public methodGetHashCode
Get hash code.
(Inherited from Atr.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Get string representation of this ATR.
(Inherited from Atr.)

Fields

  NameDescription
Protected fieldatr
ByteBuffer containing ATR bytes.
(Inherited from Atr.)

Properties

  NameDescription
Public propertyHistoricalBytes
ATR historical characters.
Public propertyItem
Provide access to ATR bytes.
(Inherited from Atr.)
Public propertyLength
ATR length.
(Inherited from Atr.)

See Also