Generic ATR (Answer To Reset) class.
Namespace: BasicCard.GenericCardsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public class Atr : ICloneable |
Visual Basic |
---|
<SerializableAttribute>
<CLSCompliantAttribute(true)>
Public Class Atr
Implements ICloneable |
Visual C++ |
---|
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public ref class Atr : ICloneable |
F# |
---|
[<SerializableAttribute>]
[<CLSCompliantAttribute(true)>]
type Atr =
class
interface ICloneable
end |
Inheritance Hierarchy
Thread Safety
Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.
See Also