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

Name Description
Public property Config Returns the configuration information with which this card terminal was initialized.
Public property FunctionalUnits Indicates which functional units are available with this card terminal. The availability of certain functional units classifies the card terminal according to the ZKA. Other units indicate support for card ejection and positioning.
Public property InternalName This is the internal name of this card terminal. This name may be more useful to the programmer than to the user.
Public property ManufacturerName Name of the manufacturer of this card terminal.
Public property PhysicalConnection Returns descriptive information about the physical connector that this card terminal is attached to. This should use some common notation such as COM1, LPT1 or USB.
Public property ProductAdditionalInfo Additional information about the product that is neither its name, nor some version information. This can be anything that the card terminal manufacturer wants to tell.
Public property ProductName Name of the product itself. Short and clear.
Public property ProductSerialNumber Serial number of the product if available.
Public property ProductVersion Version of the product. It is not defined whether this is some firmware version or some driver version. Thus it is suggested that the returned string supplies as much human readable version information as possible.
Public property Slots Indicates the total number of slots of this card terminal.
Public property UserSlots Indicates the number of user accessible card slots of this card terminal.
Top