Extends CardConnection for features needed to access a processor smart card (T=0 or T=1).
Namespace: BasicCard.TerminalsAssembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)
Syntax
C# |
---|
[CLSCompliantAttribute(true)]
public interface IProcessorCardConnection : ICardConnection,
IDisposable |
Visual Basic |
---|
<CLSCompliantAttribute(true)>
Public Interface IProcessorCardConnection
Inherits ICardConnection, IDisposable |
Visual C++ |
---|
[CLSCompliantAttribute(true)]
public interface class IProcessorCardConnection : ICardConnection,
IDisposable |
F# |
---|
[<CLSCompliantAttribute(true)>]
type IProcessorCardConnection =
interface
interface ICardConnection
interface IDisposable
end |
See Also