The following tables list the members exposed by the CardPcScTerminal type.

Name Description
Public method BeginTransaction(int) Boilerplate implementation of ICardTerminal.BeginTransaction. (inherited from CardTerminalBase).
Public method ConnectCard(int, CardTypes, out byte[]) Boilerplate implementation of ICardTerminal.ConnectCard. (inherited from CardTerminalBase).
Public method DeliverCard(int, bool) Boilerplate implementation of ICardTerminal.DeliverCard. (inherited from CardTerminalBase).
Public method DisconnectCard(int) Boilerplate implementation of ICardTerminal.DisconnectCard. (inherited from CardTerminalBase).
Public method Dispose() Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (inherited from CardTerminalBase).
Public method EndTransaction(int) Boilerplate implementation of ICardTerminal.EndTransaction. (inherited from CardTerminalBase).
Public method Init(CardTerminalConfig) Boilerplate implementation of ICardTerminal.Init. (inherited from CardTerminalBase).
Public method IsCardPresent(int, ref bool) Boilerplate implementation of ICardTerminal.IsCardPresent. (inherited from CardTerminalBase).
Public method ReconnectCard(int, out byte[]) Boilerplate implementation of ICardTerminal.ReconnectCard. (inherited from CardTerminalBase).
Public method ResetCardTerminal() Boilerplate implementation of ICardTerminal.ResetCardTerminal. (inherited from CardTerminalBase).
Public method SendCommand(int, CardCommandAPDU) Boilerplate implementation of ICardTerminal.SendCommand. (inherited from CardTerminalBase).
Public method SendVerifyCommand(int, CardPinControl) Sends a command APDU to the card using secure PIN entry.
Top