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

Name Description
Public method CreateCardTerminal(CardTerminalConfig) Instantiates and initializes a card terminal from a given card terminal configuration.
Public method DelistCardTerminal(ICardTerminal) Removes a card terminal from the list of monitored card terminals.
Public method EnlistCardTerminal(ICardTerminal) Adds a card terminal to the list of monitored card terminals.
Public method GetSlotNames() Returns an array with all names of all monitored card terminal slots.
Public method GetSlots() Returns an array with references to the monitored card terminal slots.
Public method Shutdown() Completely shuts down the card terminal manager, delisting and disposing all monitored card terminals.
Public method Startup(bool, bool, string) Completely Starts up the card terminal manager adding all registered and enabled card terminals to the monitored card terminals list.
Public method Startup(bool, string) Starts CardTerminalManager.
Top