SmartCardApi Reference
CardPcScTerminal Methods
CardPcScTerminal Class
See Also
The following tables list the members exposed by the
CardPcScTerminal
type.
Methods
Name
Description
BeginTransaction(int)
Boilerplate implementation of
ICardTerminal.BeginTransaction
. (inherited from
CardTerminalBase
).
ConnectCard(int, CardTypes, out byte[])
Boilerplate implementation of
ICardTerminal.ConnectCard
. (inherited from
CardTerminalBase
).
DeliverCard(int, bool)
Boilerplate implementation of
ICardTerminal.DeliverCard
. (inherited from
CardTerminalBase
).
DisconnectCard(int)
Boilerplate implementation of
ICardTerminal.DisconnectCard
. (inherited from
CardTerminalBase
).
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (inherited from
CardTerminalBase
).
EndTransaction(int)
Boilerplate implementation of
ICardTerminal.EndTransaction
. (inherited from
CardTerminalBase
).
Init(CardTerminalConfig)
Boilerplate implementation of
ICardTerminal.Init
. (inherited from
CardTerminalBase
).
IsCardPresent(int, ref bool)
Boilerplate implementation of
ICardTerminal.IsCardPresent
. (inherited from
CardTerminalBase
).
ReconnectCard(int, out byte[])
Boilerplate implementation of
ICardTerminal.ReconnectCard
. (inherited from
CardTerminalBase
).
ResetCardTerminal()
Boilerplate implementation of
ICardTerminal.ResetCardTerminal
. (inherited from
CardTerminalBase
).
SendCommand(int, CardCommandAPDU)
Boilerplate implementation of
ICardTerminal.SendCommand
. (inherited from
CardTerminalBase
).
SendVerifyCommand(int, CardPinControl)
Sends a command APDU to the card using secure PIN entry.
Top
See Also
CardPcScTerminal Class
CardWerk.SmartCard Namespace
CardTerminalBase
ICardTerminalClass2