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

Name Description
Public method BeginTransaction(int) Boilerplate implementation of ICardTerminal.BeginTransaction.
Public method ConnectCard(int, CardTypes, out byte[]) Boilerplate implementation of ICardTerminal.ConnectCard.
Public method DeliverCard(int, bool) Boilerplate implementation of ICardTerminal.DeliverCard.
Public method DisconnectCard(int) Boilerplate implementation of ICardTerminal.DisconnectCard.
Public method Dispose() Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Public method EndTransaction(int) Boilerplate implementation of ICardTerminal.EndTransaction.
Public method Init(CardTerminalConfig) Boilerplate implementation of ICardTerminal.Init.
Public method IsCardPresent(int, ref bool) Boilerplate implementation of ICardTerminal.IsCardPresent.
Public method ReconnectCard(int, out byte[]) Boilerplate implementation of ICardTerminal.ReconnectCard.
Public method ResetCardTerminal() Boilerplate implementation of ICardTerminal.ResetCardTerminal.
Public method SendCommand(int, CardCommandAPDU) Boilerplate implementation of ICardTerminal.SendCommand.
Top